Html Css Color HEX #64DAD4 Turquoise Blue

📋 copy color: '#64DAD4'

red 100 ◦ green 218 ◦ blue 212

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

Shades of Turquoise Blue #64DAD4

Tints of Turquoise Blue #64DAD4

RGB

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

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

 BLUE value IS 212 (83.2% from 255) = 40%

R = 18.87%
G = 41.13%
B = 40%

CMYK

 C value IS 0.54

 M value IS 0

 Y value IS 0.03

 K value IS 0.15

RGB Variations

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

Color information

#64DAD4 (or 0x64DAD4) is known color: Turquoise Blue. HEX triplet: 64, DA and D4. RGB value is (100,218,212). Sum of RGB (Red+Green+Blue) = 100+218+212=530 (70% of max value = 765). Red value is 100 (39.45% from 255 or 18.87% from 530); Green value is 218 (85.55% from 255 or 41.13% from 530); Blue value is 212 (83.20% from 255 or 40% from 530); Max value from RGB is 218 - color contains mainly: green. Hex color #64DAD4 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #64DAD4 is #9B252B. Grayscale: #B5B5B5. Windows color (decimal): -10167596 or 13949540. OLE color: 13949540.

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

Color convert

RGB 100 218 212 -
CMYK 0.54 0 0.03 0.15
HSL 176.95º 0.61% 0.62% -
HSV(B) 176.95º 0.54% 0.85% -
XYZ 42.21 57.61 71.18 -
YUV 182.03 144.91 69.49 -
System Red Green Blue C M Y K H S L
Decimal 100 218 212 0.54 0 0.03 0.15 176.95 0.61 0.62
Hex 64 DA D4 36 0 3 F B1 3D 3E
Octal 144 332 324 66 0 3 17 261 75 76
Binary 1100100 11011010 11010100 110110 0 11 1111 10110001 111101 111110

Color Harmonies of #64DAD4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64DAD4

Black with #64DAD4

Text Example


Text Example

White with #64DAD4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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