Html Css Color HEX #64DFD5 Turquoise Blue

📋 copy color: '#64DFD5'

red 100 ◦ green 223 ◦ blue 213

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

Shades of Turquoise Blue #64DFD5

Tints of Turquoise Blue #64DFD5

RGB

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

 GREEN value IS 223 (87.5% from 255) = 41.6%

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

R = 18.66%
G = 41.6%
B = 39.74%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.04

 K value IS 0.13

RGB Variations

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

Color information

#64DFD5 (or 0x64DFD5) is known color: Turquoise Blue. HEX triplet: 64, DF and D5. RGB value is (100,223,213). Sum of RGB (Red+Green+Blue) = 100+223+213=536 (70% of max value = 765). Red value is 100 (39.45% from 255 or 18.66% from 536); Green value is 223 (87.5% from 255 or 41.60% from 536); Blue value is 213 (83.59% from 255 or 39.74% from 536); Max value from RGB is 223 - color contains mainly: green. Hex color #64DFD5 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #64DFD5 is #9B202A. Grayscale: #B9B9B9. Windows color (decimal): -10166315 or 14016356. OLE color: 14016356.

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

Color convert

RGB 100 223 213 -
CMYK 0.55 0 0.04 0.13
HSL 175.12º 0.66% 0.63% -
HSV(B) 175.12º 0.55% 0.87% -
XYZ 43.65 60.29 72.29 -
YUV 185.08 143.75 67.31 -
System Red Green Blue C M Y K H S L
Decimal 100 223 213 0.55 0 0.04 0.13 175.12 0.66 0.63
Hex 64 DF D5 37 0 4 D AF 42 3F
Octal 144 337 325 67 0 4 15 257 102 77
Binary 1100100 11011111 11010101 110111 0 100 1101 10101111 1000010 111111

Color Harmonies of #64DFD5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64DFD5

Black with #64DFD5

Text Example


Text Example

White with #64DFD5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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