Html Css Color HEX #64DAD5 Turquoise Blue

📋 copy color: '#64DAD5'

red 100 ◦ green 218 ◦ blue 213

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

Shades of Turquoise Blue #64DAD5

Tints of Turquoise Blue #64DAD5

RGB

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

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

 BLUE value IS 213 (83.59% from 255) = 40.11%

R = 18.83%
G = 41.05%
B = 40.11%

CMYK

 C value IS 0.54

 M value IS 0

 Y value IS 0.02

 K value IS 0.15

RGB Variations

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

Color information

#64DAD5 (or 0x64DAD5) is known color: Turquoise Blue. HEX triplet: 64, DA and D5. RGB value is (100,218,213). Sum of RGB (Red+Green+Blue) = 100+218+213=531 (70% of max value = 765). Red value is 100 (39.45% from 255 or 18.83% from 531); Green value is 218 (85.55% from 255 or 41.05% from 531); Blue value is 213 (83.59% from 255 or 40.11% from 531); Max value from RGB is 218 - color contains mainly: green. Hex color #64DAD5 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #64DAD5 is #9B252A. Grayscale: #B6B6B6. Windows color (decimal): -10167595 or 14015076. OLE color: 14015076.

HSL color Cylindrical-coordinate representation of color #64DAD5: hue angle of 177.46º degrees, saturation: 0.61, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #64DAD5 is Cyan = 0.54, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.15.

Color convert

RGB 100 218 213 -
CMYK 0.54 0 0.02 0.15
HSL 177.46º 0.61% 0.62% -
HSV(B) 177.46º 0.54% 0.85% -
XYZ 42.34 57.66 71.85 -
YUV 182.15 145.41 69.41 -
System Red Green Blue C M Y K H S L
Decimal 100 218 213 0.54 0 0.02 0.15 177.46 0.61 0.62
Hex 64 DA D5 36 0 2 F B1 3D 3E
Octal 144 332 325 66 0 2 17 261 75 76
Binary 1100100 11011010 11010101 110110 0 10 1111 10110001 111101 111110

Color Harmonies of #64DAD5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64DAD5

Black with #64DAD5

Text Example


Text Example

White with #64DAD5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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