Html Css Color HEX #64D9F9 Turquoise Blue

📋 copy color: '#64D9F9'

red 100 ◦ green 217 ◦ blue 249

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

Shades of Turquoise Blue #64D9F9

Tints of Turquoise Blue #64D9F9

RGB

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

 GREEN value IS 217 (85.16% from 255) = 38.34%

 BLUE value IS 249 (97.66% from 255) = 43.99%

R = 17.67%
G = 38.34%
B = 43.99%

CMYK

 C value IS 0.60

 M value IS 0.13

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#64D9F9 (or 0x64D9F9) is known color: Turquoise Blue. HEX triplet: 64, D9 and F9. RGB value is (100,217,249). Sum of RGB (Red+Green+Blue) = 100+217+249=566 (74% of max value = 765). Red value is 100 (39.45% from 255 or 17.67% from 566); Green value is 217 (85.16% from 255 or 38.34% from 566); Blue value is 249 (97.66% from 255 or 43.99% from 566); Max value from RGB is 249 - color contains mainly: blue. Hex color #64D9F9 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #64D9F9 is #9B2606. Grayscale: #B9B9B9. Windows color (decimal): -10167815 or 16374116. OLE color: 16374116.

HSL color Cylindrical-coordinate representation of color #64D9F9: hue angle of 192.89º degrees, saturation: 0.93, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #64D9F9 is Cyan = 0.60, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 100 217 249 -
CMYK 0.60 0.13 0 0.02
HSL 192.89º 0.93% 0.68% -
HSV(B) 192.89º 0.6% 0.98% -
XYZ 47.17 59.17 98.56 -
YUV 185.67 163.74 66.9 -
System Red Green Blue C M Y K H S L
Decimal 100 217 249 0.60 0.13 0 0.02 192.89 0.93 0.68
Hex 64 D9 F9 3C D 0 2 C1 5D 44
Octal 144 331 371 74 15 0 2 301 135 104
Binary 1100100 11011001 11111001 111100 1101 0 10 11000001 1011101 1000100

Color Harmonies of #64D9F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64D9F9

Black with #64D9F9

Text Example


Text Example

White with #64D9F9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(100,217,249); }

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

background-color css

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

 a { background-color: rgb(100,217,249); }

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

border-color css

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

 span { border-color: rgb(100,217,249); }

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