Html Css Color HEX #64D9FE Turquoise Blue

📋 copy color: '#64D9FE'

red 100 ◦ green 217 ◦ blue 254

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

Shades of Turquoise Blue #64D9FE

Tints of Turquoise Blue #64D9FE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 44.48%

R = 17.51%
G = 38%
B = 44.48%

CMYK

 C value IS 0.61

 M value IS 0.15

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#64D9FE (or 0x64D9FE) is known color: Turquoise Blue. HEX triplet: 64, D9 and FE. RGB value is (100,217,254). Sum of RGB (Red+Green+Blue) = 100+217+254=571 (75% of max value = 765). Red value is 100 (39.45% from 255 or 17.51% from 571); Green value is 217 (85.16% from 255 or 38.00% from 571); Blue value is 254 (99.61% from 255 or 44.48% from 571); Max value from RGB is 254 - color contains mainly: blue. Hex color #64D9FE is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #64D9FE is #9B2601. Grayscale: #B9B9B9. Windows color (decimal): -10167810 or 16701796. OLE color: 16701796.

HSL color Cylindrical-coordinate representation of color #64D9FE: hue angle of 194.42º degrees, saturation: 0.99, lightness: 0.69%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #64D9FE is Cyan = 0.61, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 100 217 254 -
CMYK 0.61 0.15 0 0.00
HSL 194.42º 0.99% 0.69% -
HSV(B) 194.42º 0.61% 1% -
XYZ 47.96 59.49 102.72 -
YUV 186.24 166.24 66.49 -
System Red Green Blue C M Y K H S L
Decimal 100 217 254 0.61 0.15 0 0.00 194.42 0.99 0.69
Hex 64 D9 FE 3D F 0 0 C2 63 45
Octal 144 331 376 75 17 0 0 302 143 105
Binary 1100100 11011001 11111110 111101 1111 0 0 11000010 1100011 1000101

Color Harmonies of #64D9FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64D9FE

Black with #64D9FE

Text Example


Text Example

White with #64D9FE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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