Html Css Color HEX #64CCDB Turquoise Blue

📋 copy color: '#64CCDB'

red 100 ◦ green 204 ◦ blue 219

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

Shades of Turquoise Blue #64CCDB

Tints of Turquoise Blue #64CCDB

RGB

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

 GREEN value IS 204 (80.08% from 255) = 39.01%

 BLUE value IS 219 (85.94% from 255) = 41.87%

R = 19.12%
G = 39.01%
B = 41.87%

CMYK

 C value IS 0.54

 M value IS 0.07

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#64CCDB (or 0x64CCDB) is known color: Turquoise Blue. HEX triplet: 64, CC and DB. RGB value is (100,204,219). Sum of RGB (Red+Green+Blue) = 100+204+219=523 (69% of max value = 765). Red value is 100 (39.45% from 255 or 19.12% from 523); Green value is 204 (80.08% from 255 or 39.01% from 523); Blue value is 219 (85.94% from 255 or 41.87% from 523); Max value from RGB is 219 - color contains mainly: blue. Hex color #64CCDB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #64CCDB is #9B3324. Grayscale: #AEAEAE. Windows color (decimal): -10171173 or 14404708. OLE color: 14404708.

HSL color Cylindrical-coordinate representation of color #64CCDB: hue angle of 187.56º degrees, saturation: 0.62, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #64CCDB is Cyan = 0.54, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 100 204 219 -
CMYK 0.54 0.07 0 0.14
HSL 187.56º 0.62% 0.63% -
HSV(B) 187.56º 0.54% 0.86% -
XYZ 39.63 51.01 74.77 -
YUV 174.61 153.04 74.78 -
System Red Green Blue C M Y K H S L
Decimal 100 204 219 0.54 0.07 0 0.14 187.56 0.62 0.63
Hex 64 CC DB 36 7 0 E BC 3E 3F
Octal 144 314 333 66 7 0 16 274 76 77
Binary 1100100 11001100 11011011 110110 111 0 1110 10111100 111110 111111

Color Harmonies of #64CCDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64CCDB

Black with #64CCDB

Text Example


Text Example

White with #64CCDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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