Html Css Color HEX #64DEEF Turquoise Blue

📋 copy color: '#64DEEF'

red 100 ◦ green 222 ◦ blue 239

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

Shades of Turquoise Blue #64DEEF

Tints of Turquoise Blue #64DEEF

RGB

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

 GREEN value IS 222 (87.11% from 255) = 39.57%

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

R = 17.83%
G = 39.57%
B = 42.6%

CMYK

 C value IS 0.58

 M value IS 0.07

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#64DEEF (or 0x64DEEF) is known color: Turquoise Blue. HEX triplet: 64, DE and EF. RGB value is (100,222,239). Sum of RGB (Red+Green+Blue) = 100+222+239=561 (74% of max value = 765). Red value is 100 (39.45% from 255 or 17.83% from 561); Green value is 222 (87.11% from 255 or 39.57% from 561); Blue value is 239 (93.75% from 255 or 42.60% from 561); Max value from RGB is 239 - color contains mainly: blue. Hex color #64DEEF is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #64DEEF is #9B2110. Grayscale: #BBBBBB. Windows color (decimal): -10166545 or 15720036. OLE color: 15720036.

HSL color Cylindrical-coordinate representation of color #64DEEF: hue angle of 187.34º 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 #64DEEF is Cyan = 0.58, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 100 222 239 -
CMYK 0.58 0.07 0 0.06
HSL 187.34º 0.81% 0.66% -
HSV(B) 187.34º 0.58% 0.94% -
XYZ 46.96 61.18 91 -
YUV 187.46 157.08 65.62 -
System Red Green Blue C M Y K H S L
Decimal 100 222 239 0.58 0.07 0 0.06 187.34 0.81 0.66
Hex 64 DE EF 3A 7 0 6 BB 51 42
Octal 144 336 357 72 7 0 6 273 121 102
Binary 1100100 11011110 11101111 111010 111 0 110 10111011 1010001 1000010

Color Harmonies of #64DEEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64DEEF

Black with #64DEEF

Text Example


Text Example

White with #64DEEF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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