Html Css Color HEX #64D2EF Turquoise Blue

📋 copy color: '#64D2EF'

red 100 ◦ green 210 ◦ blue 239

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

Shades of Turquoise Blue #64D2EF

Tints of Turquoise Blue #64D2EF

RGB

 RED value IS 100 (39.45% from 255) = 18.21%

 GREEN value IS 210 (82.42% from 255) = 38.25%

 BLUE value IS 239 (93.75% from 255) = 43.53%

R = 18.21%
G = 38.25%
B = 43.53%

CMYK

 C value IS 0.58

 M value IS 0.12

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#64D2EF (or 0x64D2EF) is known color: Turquoise Blue. HEX triplet: 64, D2 and EF. RGB value is (100,210,239). Sum of RGB (Red+Green+Blue) = 100+210+239=549 (72% of max value = 765). Red value is 100 (39.45% from 255 or 18.21% from 549); Green value is 210 (82.42% from 255 or 38.25% from 549); Blue value is 239 (93.75% from 255 or 43.53% from 549); Max value from RGB is 239 - color contains mainly: blue. Hex color #64D2EF is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #64D2EF is #9B2D10. Grayscale: #B4B4B4. Windows color (decimal): -10169617 or 15716964. OLE color: 15716964.

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

Color convert

RGB 100 210 239 -
CMYK 0.58 0.12 0 0.06
HSL 192.52º 0.81% 0.66% -
HSV(B) 192.52º 0.58% 0.94% -
XYZ 43.88 55.03 89.97 -
YUV 180.42 161.06 70.64 -
System Red Green Blue C M Y K H S L
Decimal 100 210 239 0.58 0.12 0 0.06 192.52 0.81 0.66
Hex 64 D2 EF 3A C 0 6 C1 51 42
Octal 144 322 357 72 14 0 6 301 121 102
Binary 1100100 11010010 11101111 111010 1100 0 110 11000001 1010001 1000010

Color Harmonies of #64D2EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64D2EF

Black with #64D2EF

Text Example


Text Example

White with #64D2EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #64D2EF; }

 p { color: rgb(100,210,239); }

 H1.HeaderClassName
 {
   color: #64D2EF;
 }
 .AnyTagClassName
 {
   color: #64D2EF;
 }
</style>

background-color css

<style>
 a { background-color: #64D2EF; }

 a { background-color: rgb(100,210,239); }

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

border-color css

<style>
 span { border-color: #64D2EF; }

 span { border-color: rgb(100,210,239); }

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