Html Css Color HEX #64DBEC Turquoise Blue

📋 copy color: '#64DBEC'

red 100 ◦ green 219 ◦ blue 236

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

Shades of Turquoise Blue #64DBEC

Tints of Turquoise Blue #64DBEC

RGB

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

 GREEN value IS 219 (85.94% from 255) = 39.46%

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

R = 18.02%
G = 39.46%
B = 42.52%

CMYK

 C value IS 0.58

 M value IS 0.07

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#64DBEC (or 0x64DBEC) is known color: Turquoise Blue. HEX triplet: 64, DB and EC. RGB value is (100,219,236). Sum of RGB (Red+Green+Blue) = 100+219+236=555 (73% of max value = 765). Red value is 100 (39.45% from 255 or 18.02% from 555); Green value is 219 (85.94% from 255 or 39.46% from 555); Blue value is 236 (92.58% from 255 or 42.52% from 555); Max value from RGB is 236 - color contains mainly: blue. Hex color #64DBEC is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #64DBEC is #9B2413. Grayscale: #B9B9B9. Windows color (decimal): -10167316 or 15522660. OLE color: 15522660.

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

Color convert

RGB 100 219 236 -
CMYK 0.58 0.07 0 0.07
HSL 187.5º 0.78% 0.66% -
HSV(B) 187.5º 0.58% 0.93% -
XYZ 45.73 59.43 88.42 -
YUV 185.36 156.58 67.12 -
System Red Green Blue C M Y K H S L
Decimal 100 219 236 0.58 0.07 0 0.07 187.5 0.78 0.66
Hex 64 DB EC 3A 7 0 7 BC 4E 42
Octal 144 333 354 72 7 0 7 274 116 102
Binary 1100100 11011011 11101100 111010 111 0 111 10111100 1001110 1000010

Color Harmonies of #64DBEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64DBEC

Black with #64DBEC

Text Example


Text Example

White with #64DBEC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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