Html Css Color HEX #64C7CD Medium Turquoise

📋 copy color: '#64C7CD'

red 100 ◦ green 199 ◦ blue 205

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

Shades of Medium Turquoise #64C7CD

Tints of Medium Turquoise #64C7CD

RGB

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

 GREEN value IS 199 (78.13% from 255) = 39.48%

 BLUE value IS 205 (80.47% from 255) = 40.67%

R = 19.84%
G = 39.48%
B = 40.67%

CMYK

 C value IS 0.51

 M value IS 0.03

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#64C7CD (or 0x64C7CD) is known color: Medium Turquoise. HEX triplet: 64, C7 and CD. RGB value is (100,199,205). Sum of RGB (Red+Green+Blue) = 100+199+205=504 (66% of max value = 765). Red value is 100 (39.45% from 255 or 19.84% from 504); Green value is 199 (78.12% from 255 or 39.48% from 504); Blue value is 205 (80.47% from 255 or 40.67% from 504); Max value from RGB is 205 - color contains mainly: blue. Hex color #64C7CD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #64C7CD is #9B3832. Grayscale: #A9A9A9. Windows color (decimal): -10172467 or 13485924. OLE color: 13485924.

HSL color Cylindrical-coordinate representation of color #64C7CD: hue angle of 183.43º degrees, saturation: 0.51, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #64C7CD is Cyan = 0.51, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 100 199 205 -
CMYK 0.51 0.03 0 0.20
HSL 183.43º 0.51% 0.6% -
HSV(B) 183.43º 0.51% 0.8% -
XYZ 36.7 47.96 65.08 -
YUV 170.08 147.7 78.01 -
System Red Green Blue C M Y K H S L
Decimal 100 199 205 0.51 0.03 0 0.20 183.43 0.51 0.6
Hex 64 C7 CD 33 3 0 14 B7 33 3C
Octal 144 307 315 63 3 0 24 267 63 74
Binary 1100100 11000111 11001101 110011 11 0 10100 10110111 110011 111100

Color Harmonies of #64C7CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64C7CD

Black with #64C7CD

Text Example


Text Example

White with #64C7CD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(100,199,205); }

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

background-color css

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

 a { background-color: rgb(100,199,205); }

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

border-color css

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

 span { border-color: rgb(100,199,205); }

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