Html Css Color HEX #65EFE2 Turquoise Blue

📋 copy color: '#65EFE2'

red 101 ◦ green 239 ◦ blue 226

#65EFE2
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Turquoise Blue #65EFE2

Tints of Turquoise Blue #65EFE2

RGB

 RED value IS 101 (39.84% from 255) = 17.84%

 GREEN value IS 239 (93.75% from 255) = 42.23%

 BLUE value IS 226 (88.67% from 255) = 39.93%

R = 17.84%
G = 42.23%
B = 39.93%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.05

 K value IS 0.06

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#65EFE2 (or 0x65EFE2) is known color: Turquoise Blue. HEX triplet: 65, EF and E2. RGB value is (101,239,226). Sum of RGB (Red+Green+Blue) = 101+239+226=566 (74% of max value = 765). Red value is 101 (39.84% from 255 or 17.84% from 566); Green value is 239 (93.75% from 255 or 42.23% from 566); Blue value is 226 (88.67% from 255 or 39.93% from 566); Max value from RGB is 239 - color contains mainly: green. Hex color #65EFE2 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #65EFE2 is #9A101D. Grayscale: #C4C4C4. Windows color (decimal): -10096670 or 14872421. OLE color: 14872421.

HSL color Cylindrical-coordinate representation of color #65EFE2: hue angle of 174.35º degrees, saturation: 0.81, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #65EFE2 is Cyan = 0.58, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.06.

Color convert

RGB 101 239 226 -
CMYK 0.58 0 0.05 0.06
HSL 174.35º 0.81% 0.67% -
HSV(B) 174.35º 0.58% 0.94% -
XYZ 49.96 69.99 82.83 -
YUV 196.26 144.78 60.06 -
System Red Green Blue C M Y K H S L
Decimal 101 239 226 0.58 0 0.05 0.06 174.35 0.81 0.67
Hex 65 EF E2 3A 0 5 6 AE 51 43
Octal 145 357 342 72 0 5 6 256 121 103
Binary 1100101 11101111 11100010 111010 0 101 110 10101110 1010001 1000011

Color Harmonies of #65EFE2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #65EFE2

Black with #65EFE2

Text Example


Text Example

White with #65EFE2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #65EFE2; }

 p { color: rgb(101,239,226); }

 H1.HeaderClassName
 {
   color: #65EFE2;
 }
 .AnyTagClassName
 {
   color: #65EFE2;
 }
</style>

background-color css

<style>
 a { background-color: #65EFE2; }

 a { background-color: rgb(101,239,226); }

 div.DivClassName
 {
   background-color: #65EFE2;
 }
 .BgClassName
 {
   background-color: #65EFE2;
 }
</style>

border-color css

<style>
 span { border-color: #65EFE2; }

 span { border-color: rgb(101,239,226); }

 td.TdClassName
 {
   border-color: #65EFE2;
 }
 .TagClassName
 {
   border-color: #65EFE2;
 }
</style>