Html Css Color HEX #64DCE9 Turquoise Blue

📋 copy color: '#64DCE9'

red 100 ◦ green 220 ◦ blue 233

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

Shades of Turquoise Blue #64DCE9

Tints of Turquoise Blue #64DCE9

RGB

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

 GREEN value IS 220 (86.33% from 255) = 39.78%

 BLUE value IS 233 (91.41% from 255) = 42.13%

R = 18.08%
G = 39.78%
B = 42.13%

CMYK

 C value IS 0.57

 M value IS 0.06

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#64DCE9 (or 0x64DCE9) is known color: Turquoise Blue. HEX triplet: 64, DC and E9. RGB value is (100,220,233). Sum of RGB (Red+Green+Blue) = 100+220+233=553 (73% of max value = 765). Red value is 100 (39.45% from 255 or 18.08% from 553); Green value is 220 (86.33% from 255 or 39.78% from 553); Blue value is 233 (91.41% from 255 or 42.13% from 553); Max value from RGB is 233 - color contains mainly: blue. Hex color #64DCE9 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #64DCE9 is #9B2316. Grayscale: #B9B9B9. Windows color (decimal): -10167063 or 15326308. OLE color: 15326308.

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

Color convert

RGB 100 220 233 -
CMYK 0.57 0.06 0 0.09
HSL 185.86º 0.75% 0.65% -
HSV(B) 185.86º 0.57% 0.91% -
XYZ 45.56 59.78 86.23 -
YUV 185.6 154.74 66.94 -
System Red Green Blue C M Y K H S L
Decimal 100 220 233 0.57 0.06 0 0.09 185.86 0.75 0.65
Hex 64 DC E9 39 6 0 9 BA 4B 41
Octal 144 334 351 71 6 0 11 272 113 101
Binary 1100100 11011100 11101001 111001 110 0 1001 10111010 1001011 1000001

Color Harmonies of #64DCE9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64DCE9

Black with #64DCE9

Text Example


Text Example

White with #64DCE9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(100,220,233); }

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

background-color css

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

 a { background-color: rgb(100,220,233); }

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

border-color css

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

 span { border-color: rgb(100,220,233); }

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