Html Css Color HEX #64DDDB Turquoise Blue

📋 copy color: '#64DDDB'

red 100 ◦ green 221 ◦ blue 219

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

Shades of Turquoise Blue #64DDDB

Tints of Turquoise Blue #64DDDB

RGB

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

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

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

R = 18.52%
G = 40.93%
B = 40.56%

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

#64DDDB (or 0x64DDDB) is known color: Turquoise Blue. HEX triplet: 64, DD and DB. RGB value is (100,221,219). Sum of RGB (Red+Green+Blue) = 100+221+219=540 (71% of max value = 765). Red value is 100 (39.45% from 255 or 18.52% from 540); Green value is 221 (86.72% from 255 or 40.93% from 540); Blue value is 219 (85.94% from 255 or 40.56% from 540); Max value from RGB is 221 - color contains mainly: green. Hex color #64DDDB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #64DDDB is #9B2224. Grayscale: #B8B8B8. Windows color (decimal): -10166821 or 14409060. OLE color: 14409060.

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

Color convert

RGB 100 221 219 -
CMYK 0.55 0 0.01 0.13
HSL 179.01º 0.64% 0.63% -
HSV(B) 179.01º 0.55% 0.87% -
XYZ 43.9 59.54 76.2 -
YUV 184.59 147.41 67.66 -
System Red Green Blue C M Y K H S L
Decimal 100 221 219 0.55 0 0.01 0.13 179.01 0.64 0.63
Hex 64 DD DB 37 0 1 D B3 40 3F
Octal 144 335 333 67 0 1 15 263 100 77
Binary 1100100 11011101 11011011 110111 0 1 1101 10110011 1000000 111111

Color Harmonies of #64DDDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64DDDB

Black with #64DDDB

Text Example


Text Example

White with #64DDDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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