Html Css Color HEX #64DBDB Turquoise Blue

📋 copy color: '#64DBDB'

red 100 ◦ green 219 ◦ blue 219

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

Shades of Turquoise Blue #64DBDB

Tints of Turquoise Blue #64DBDB

RGB

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

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

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

R = 18.59%
G = 40.71%
B = 40.71%

CMYK

 C value IS 0.54

 M value IS 0

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#64DBDB (or 0x64DBDB) is known color: Turquoise Blue. HEX triplet: 64, DB and DB. RGB value is (100,219,219). Sum of RGB (Red+Green+Blue) = 100+219+219=538 (71% of max value = 765). Red value is 100 (39.45% from 255 or 18.59% from 538); Green value is 219 (85.94% from 255 or 40.71% from 538); Blue value is 219 (85.94% from 255 or 40.71% from 538); Max value from RGB is 219 - color contains mainly: green, blue. Hex color #64DBDB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #64DBDB is #9B2424. Grayscale: #B7B7B7. Windows color (decimal): -10167333 or 14408548. OLE color: 14408548.

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

Color convert

RGB 100 219 219 -
CMYK 0.54 0 0 0.14
HSL 180º 0.62% 0.63% -
HSV(B) 180º 0.54% 0.86% -
XYZ 43.37 58.49 76.02 -
YUV 183.42 148.08 68.5 -
System Red Green Blue C M Y K H S L
Decimal 100 219 219 0.54 0 0 0.14 180 0.62 0.63
Hex 64 DB DB 36 0 0 E B4 3E 3F
Octal 144 333 333 66 0 0 16 264 76 77
Binary 1100100 11011011 11011011 110110 0 0 1110 10110100 111110 111111

Color Harmonies of #64DBDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64DBDB

Black with #64DBDB

Text Example


Text Example

White with #64DBDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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