Html Css Color HEX #64DADB Turquoise Blue

📋 copy color: '#64DADB'

red 100 ◦ green 218 ◦ blue 219

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

Shades of Turquoise Blue #64DADB

Tints of Turquoise Blue #64DADB

RGB

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

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

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

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

CMYK

 C value IS 0.54

 M value IS 0.00

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

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

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

Color convert

RGB 100 218 219 -
CMYK 0.54 0.00 0 0.14
HSL 180.5º 0.62% 0.63% -
HSV(B) 180.5º 0.54% 0.86% -
XYZ 43.11 57.97 75.93 -
YUV 182.83 148.41 68.92 -
System Red Green Blue C M Y K H S L
Decimal 100 218 219 0.54 0.00 0 0.14 180.5 0.62 0.63
Hex 64 DA DB 36 0 0 E B5 3E 3F
Octal 144 332 333 66 0 0 16 265 76 77
Binary 1100100 11011010 11011011 110110 0 0 1110 10110101 111110 111111

Color Harmonies of #64DADB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64DADB

Black with #64DADB

Text Example


Text Example

White with #64DADB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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