Html Css Color HEX #64DBDA Turquoise Blue

📋 copy color: '#64DBDA'

red 100 ◦ green 219 ◦ blue 218

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

Shades of Turquoise Blue #64DBDA

Tints of Turquoise Blue #64DBDA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 40.6%

R = 18.62%
G = 40.78%
B = 40.6%

CMYK

 C value IS 0.54

 M value IS 0

 Y value IS 0.00

 K value IS 0.14

RGB Variations

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

Color information

#64DBDA (or 0x64DBDA) is known color: Turquoise Blue. HEX triplet: 64, DB and DA. RGB value is (100,219,218). Sum of RGB (Red+Green+Blue) = 100+219+218=537 (71% of max value = 765). Red value is 100 (39.45% from 255 or 18.62% from 537); Green value is 219 (85.94% from 255 or 40.78% from 537); Blue value is 218 (85.55% from 255 or 40.60% from 537); Max value from RGB is 219 - color contains mainly: green. Hex color #64DBDA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #64DBDA is #9B2425. Grayscale: #B7B7B7. Windows color (decimal): -10167334 or 14343012. OLE color: 14343012.

HSL color Cylindrical-coordinate representation of color #64DBDA: hue angle of 179.5º 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 #64DBDA is Cyan = 0.54, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.14.

Color convert

RGB 100 219 218 -
CMYK 0.54 0 0.00 0.14
HSL 179.5º 0.62% 0.63% -
HSV(B) 179.5º 0.54% 0.86% -
XYZ 43.24 58.43 75.33 -
YUV 183.31 147.58 68.58 -
System Red Green Blue C M Y K H S L
Decimal 100 219 218 0.54 0 0.00 0.14 179.5 0.62 0.63
Hex 64 DB DA 36 0 0 E B3 3E 3F
Octal 144 333 332 66 0 0 16 263 76 77
Binary 1100100 11011011 11011010 110110 0 0 1110 10110011 111110 111111

Color Harmonies of #64DBDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64DBDA

Black with #64DBDA

Text Example


Text Example

White with #64DBDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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