Html Css Color HEX #64DBDE Turquoise Blue

📋 copy color: '#64DBDE'

red 100 ◦ green 219 ◦ blue 222

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

Shades of Turquoise Blue #64DBDE

Tints of Turquoise Blue #64DBDE

RGB

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

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

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

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

CMYK

 C value IS 0.55

 M value IS 0.01

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

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

HSL color Cylindrical-coordinate representation of color #64DBDE: hue angle of 181.48º 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 #64DBDE is Cyan = 0.55, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 100 219 222 -
CMYK 0.55 0.01 0 0.13
HSL 181.48º 0.65% 0.63% -
HSV(B) 181.48º 0.55% 0.87% -
XYZ 43.77 58.65 78.12 -
YUV 183.76 149.58 68.26 -
System Red Green Blue C M Y K H S L
Decimal 100 219 222 0.55 0.01 0 0.13 181.48 0.65 0.63
Hex 64 DB DE 37 1 0 D B5 41 3F
Octal 144 333 336 67 1 0 15 265 101 77
Binary 1100100 11011011 11011110 110111 1 0 1101 10110101 1000001 111111

Color Harmonies of #64DBDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64DBDE

Black with #64DBDE

Text Example


Text Example

White with #64DBDE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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