Html Css Color HEX #4CC9CD Medium Turquoise

📋 copy color: '#4CC9CD'

red 76 ◦ green 201 ◦ blue 205

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

Shades of Medium Turquoise #4CC9CD

Tints of Medium Turquoise #4CC9CD

RGB

 RED value IS 76 (30.08% from 255) = 15.77%

 GREEN value IS 201 (78.91% from 255) = 41.7%

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

R = 15.77%
G = 41.7%
B = 42.53%

CMYK

 C value IS 0.63

 M value IS 0.02

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#4CC9CD (or 0x4CC9CD) is known color: Medium Turquoise. HEX triplet: 4C, C9 and CD. RGB value is (76,201,205). Sum of RGB (Red+Green+Blue) = 76+201+205=482 (63% of max value = 765). Red value is 76 (30.08% from 255 or 15.77% from 482); Green value is 201 (78.91% from 255 or 41.70% from 482); Blue value is 205 (80.47% from 255 or 42.53% from 482); Max value from RGB is 205 - color contains mainly: blue. Hex color #4CC9CD is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #4CC9CD is #B33632. Grayscale: #A3A3A3. Windows color (decimal): -11744819 or 13486412. OLE color: 13486412.

HSL color Cylindrical-coordinate representation of color #4CC9CD: hue angle of 181.86º degrees, saturation: 0.56, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #4CC9CD is Cyan = 0.63, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 76 201 205 -
CMYK 0.63 0.02 0 0.20
HSL 181.86º 0.56% 0.55% -
HSV(B) 181.86º 0.63% 0.8% -
XYZ 34.89 47.72 65.13 -
YUV 164.08 151.09 65.17 -
System Red Green Blue C M Y K H S L
Decimal 76 201 205 0.63 0.02 0 0.20 181.86 0.56 0.55
Hex 4C C9 CD 3F 2 0 14 B6 38 37
Octal 114 311 315 77 2 0 24 266 70 67
Binary 1001100 11001001 11001101 111111 10 0 10100 10110110 111000 110111

Color Harmonies of #4CC9CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4CC9CD

Black with #4CC9CD

Text Example


Text Example

White with #4CC9CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4CC9CD; }

 p { color: rgb(76,201,205); }

 H1.HeaderClassName
 {
   color: #4CC9CD;
 }
 .AnyTagClassName
 {
   color: #4CC9CD;
 }
</style>

background-color css

<style>
 a { background-color: #4CC9CD; }

 a { background-color: rgb(76,201,205); }

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

border-color css

<style>
 span { border-color: #4CC9CD; }

 span { border-color: rgb(76,201,205); }

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