Html Css Color HEX #64DDEA Turquoise Blue

📋 copy color: '#64DDEA'

red 100 ◦ green 221 ◦ blue 234

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

Shades of Turquoise Blue #64DDEA

Tints of Turquoise Blue #64DDEA

RGB

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

 GREEN value IS 221 (86.72% from 255) = 39.82%

 BLUE value IS 234 (91.8% from 255) = 42.16%

R = 18.02%
G = 39.82%
B = 42.16%

CMYK

 C value IS 0.57

 M value IS 0.06

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#64DDEA (or 0x64DDEA) is known color: Turquoise Blue. HEX triplet: 64, DD and EA. RGB value is (100,221,234). Sum of RGB (Red+Green+Blue) = 100+221+234=555 (73% of max value = 765). Red value is 100 (39.45% from 255 or 18.02% from 555); Green value is 221 (86.72% from 255 or 39.82% from 555); Blue value is 234 (91.80% from 255 or 42.16% from 555); Max value from RGB is 234 - color contains mainly: blue. Hex color #64DDEA is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #64DDEA is #9B2215. Grayscale: #BABABA. Windows color (decimal): -10166806 or 15392100. OLE color: 15392100.

HSL color Cylindrical-coordinate representation of color #64DDEA: hue angle of 185.82º degrees, saturation: 0.76, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #64DDEA is Cyan = 0.57, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 100 221 234 -
CMYK 0.57 0.06 0 0.08
HSL 185.82º 0.76% 0.65% -
HSV(B) 185.82º 0.57% 0.92% -
XYZ 45.96 60.36 87.07 -
YUV 186.3 154.91 66.44 -
System Red Green Blue C M Y K H S L
Decimal 100 221 234 0.57 0.06 0 0.08 185.82 0.76 0.65
Hex 64 DD EA 39 6 0 8 BA 4C 41
Octal 144 335 352 71 6 0 10 272 114 101
Binary 1100100 11011101 11101010 111001 110 0 1000 10111010 1001100 1000001

Color Harmonies of #64DDEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64DDEA

Black with #64DDEA

Text Example


Text Example

White with #64DDEA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(100,221,234); }

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

background-color css

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

 a { background-color: rgb(100,221,234); }

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

border-color css

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

 span { border-color: rgb(100,221,234); }

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