Html Css Color HEX #64DADD Turquoise Blue

📋 copy color: '#64DADD'

red 100 ◦ green 218 ◦ blue 221

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

Shades of Turquoise Blue #64DADD

Tints of Turquoise Blue #64DADD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 41%

R = 18.55%
G = 40.45%
B = 41%

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

#64DADD (or 0x64DADD) is known color: Turquoise Blue. HEX triplet: 64, DA and DD. RGB value is (100,218,221). Sum of RGB (Red+Green+Blue) = 100+218+221=539 (71% of max value = 765). Red value is 100 (39.45% from 255 or 18.55% from 539); Green value is 218 (85.55% from 255 or 40.45% from 539); Blue value is 221 (86.72% from 255 or 41.00% from 539); Max value from RGB is 221 - color contains mainly: blue. Hex color #64DADD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #64DADD is #9B2522. Grayscale: #B6B6B6. Windows color (decimal): -10167587 or 14539364. OLE color: 14539364.

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

Color convert

RGB 100 218 221 -
CMYK 0.55 0.01 0 0.13
HSL 181.49º 0.64% 0.63% -
HSV(B) 181.49º 0.55% 0.87% -
XYZ 43.38 58.07 77.33 -
YUV 183.06 149.41 68.76 -
System Red Green Blue C M Y K H S L
Decimal 100 218 221 0.55 0.01 0 0.13 181.49 0.64 0.63
Hex 64 DA DD 37 1 0 D B5 40 3F
Octal 144 332 335 67 1 0 15 265 100 77
Binary 1100100 11011010 11011101 110111 1 0 1101 10110101 1000000 111111

Color Harmonies of #64DADD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64DADD

Black with #64DADD

Text Example


Text Example

White with #64DADD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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