Html Css Color HEX #64DEDB Turquoise Blue

📋 copy color: '#64DEDB'

red 100 ◦ green 222 ◦ blue 219

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

Shades of Turquoise Blue #64DEDB

Tints of Turquoise Blue #64DEDB

RGB

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

 GREEN value IS 222 (87.11% from 255) = 41.04%

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

R = 18.48%
G = 41.04%
B = 40.48%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.01

 K value IS 0.13

RGB Variations

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

Color information

#64DEDB (or 0x64DEDB) is known color: Turquoise Blue. HEX triplet: 64, DE and DB. RGB value is (100,222,219). Sum of RGB (Red+Green+Blue) = 100+222+219=541 (71% of max value = 765). Red value is 100 (39.45% from 255 or 18.48% from 541); Green value is 222 (87.11% from 255 or 41.04% from 541); Blue value is 219 (85.94% from 255 or 40.48% from 541); Max value from RGB is 222 - color contains mainly: green. Hex color #64DEDB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #64DEDB is #9B2124. Grayscale: #B9B9B9. Windows color (decimal): -10166565 or 14409316. OLE color: 14409316.

HSL color Cylindrical-coordinate representation of color #64DEDB: hue angle of 178.52º degrees, saturation: 0.65, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #64DEDB is Cyan = 0.55, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.13.

Color convert

RGB 100 222 219 -
CMYK 0.55 0 0.01 0.13
HSL 178.52º 0.65% 0.63% -
HSV(B) 178.52º 0.55% 0.87% -
XYZ 44.16 60.07 76.28 -
YUV 185.18 147.08 67.24 -
System Red Green Blue C M Y K H S L
Decimal 100 222 219 0.55 0 0.01 0.13 178.52 0.65 0.63
Hex 64 DE DB 37 0 1 D B3 41 3F
Octal 144 336 333 67 0 1 15 263 101 77
Binary 1100100 11011110 11011011 110111 0 1 1101 10110011 1000001 111111

Color Harmonies of #64DEDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64DEDB

Black with #64DEDB

Text Example


Text Example

White with #64DEDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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