Html Css Color HEX #64DCD7 Turquoise Blue

📋 copy color: '#64DCD7'

red 100 ◦ green 220 ◦ blue 215

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

Shades of Turquoise Blue #64DCD7

Tints of Turquoise Blue #64DCD7

RGB

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

 GREEN value IS 220 (86.33% from 255) = 41.12%

 BLUE value IS 215 (84.38% from 255) = 40.19%

R = 18.69%
G = 41.12%
B = 40.19%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.02

 K value IS 0.14

RGB Variations

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

Color information

#64DCD7 (or 0x64DCD7) is known color: Turquoise Blue. HEX triplet: 64, DC and D7. RGB value is (100,220,215). Sum of RGB (Red+Green+Blue) = 100+220+215=535 (70% of max value = 765). Red value is 100 (39.45% from 255 or 18.69% from 535); Green value is 220 (86.33% from 255 or 41.12% from 535); Blue value is 215 (84.38% from 255 or 40.19% from 535); Max value from RGB is 220 - color contains mainly: green. Hex color #64DCD7 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #64DCD7 is #9B2328. Grayscale: #B7B7B7. Windows color (decimal): -10167081 or 14146660. OLE color: 14146660.

HSL color Cylindrical-coordinate representation of color #64DCD7: hue angle of 177.5º degrees, saturation: 0.63, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #64DCD7 is Cyan = 0.55, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.14.

Color convert

RGB 100 220 215 -
CMYK 0.55 0 0.02 0.14
HSL 177.5º 0.63% 0.63% -
HSV(B) 177.5º 0.55% 0.86% -
XYZ 43.11 58.8 73.37 -
YUV 183.55 145.74 68.41 -
System Red Green Blue C M Y K H S L
Decimal 100 220 215 0.55 0 0.02 0.14 177.5 0.63 0.63
Hex 64 DC D7 37 0 2 E B2 3F 3F
Octal 144 334 327 67 0 2 16 262 77 77
Binary 1100100 11011100 11010111 110111 0 10 1110 10110010 111111 111111

Color Harmonies of #64DCD7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64DCD7

Black with #64DCD7

Text Example


Text Example

White with #64DCD7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(100,220,215); }

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

background-color css

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

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

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

border-color css

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

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

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