Html Css Color HEX #64DDEC Turquoise Blue

📋 copy color: '#64DDEC'

red 100 ◦ green 221 ◦ blue 236

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

Shades of Turquoise Blue #64DDEC

Tints of Turquoise Blue #64DDEC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 42.37%

R = 17.95%
G = 39.68%
B = 42.37%

CMYK

 C value IS 0.58

 M value IS 0.06

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#64DDEC (or 0x64DDEC) is known color: Turquoise Blue. HEX triplet: 64, DD and EC. RGB value is (100,221,236). Sum of RGB (Red+Green+Blue) = 100+221+236=557 (73% of max value = 765). Red value is 100 (39.45% from 255 or 17.95% from 557); Green value is 221 (86.72% from 255 or 39.68% from 557); Blue value is 236 (92.58% from 255 or 42.37% from 557); Max value from RGB is 236 - color contains mainly: blue. Hex color #64DDEC is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #64DDEC is #9B2213. Grayscale: #BABABA. Windows color (decimal): -10166804 or 15523172. OLE color: 15523172.

HSL color Cylindrical-coordinate representation of color #64DDEC: hue angle of 186.62º degrees, saturation: 0.78, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #64DDEC is Cyan = 0.58, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 100 221 236 -
CMYK 0.58 0.06 0 0.07
HSL 186.62º 0.78% 0.66% -
HSV(B) 186.62º 0.58% 0.93% -
XYZ 46.25 60.48 88.59 -
YUV 186.53 155.91 66.28 -
System Red Green Blue C M Y K H S L
Decimal 100 221 236 0.58 0.06 0 0.07 186.62 0.78 0.66
Hex 64 DD EC 3A 6 0 7 BB 4E 42
Octal 144 335 354 72 6 0 7 273 116 102
Binary 1100100 11011101 11101100 111010 110 0 111 10111011 1001110 1000010

Color Harmonies of #64DDEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64DDEC

Black with #64DDEC

Text Example


Text Example

White with #64DDEC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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