Html Css Color HEX #4CC5CE Medium Turquoise

📋 copy color: '#4CC5CE'

red 76 ◦ green 197 ◦ blue 206

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

Shades of Medium Turquoise #4CC5CE

Tints of Medium Turquoise #4CC5CE

RGB

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

 GREEN value IS 197 (77.34% from 255) = 41.13%

 BLUE value IS 206 (80.86% from 255) = 43.01%

R = 15.87%
G = 41.13%
B = 43.01%

CMYK

 C value IS 0.63

 M value IS 0.04

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#4CC5CE (or 0x4CC5CE) is known color: Medium Turquoise. HEX triplet: 4C, C5 and CE. RGB value is (76,197,206). Sum of RGB (Red+Green+Blue) = 76+197+206=479 (63% of max value = 765). Red value is 76 (30.08% from 255 or 15.87% from 479); Green value is 197 (77.34% from 255 or 41.13% from 479); Blue value is 206 (80.86% from 255 or 43.01% from 479); Max value from RGB is 206 - color contains mainly: blue. Hex color #4CC5CE is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #4CC5CE is #B33A31. Grayscale: #A1A1A1. Windows color (decimal): -11745842 or 13550924. OLE color: 13550924.

HSL color Cylindrical-coordinate representation of color #4CC5CE: hue angle of 184.15º degrees, saturation: 0.57, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #4CC5CE is Cyan = 0.63, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 76 197 206 -
CMYK 0.63 0.04 0 0.19
HSL 184.15º 0.57% 0.55% -
HSV(B) 184.15º 0.63% 0.81% -
XYZ 34.09 45.93 65.46 -
YUV 161.85 152.91 66.77 -
System Red Green Blue C M Y K H S L
Decimal 76 197 206 0.63 0.04 0 0.19 184.15 0.57 0.55
Hex 4C C5 CE 3F 4 0 13 B8 39 37
Octal 114 305 316 77 4 0 23 270 71 67
Binary 1001100 11000101 11001110 111111 100 0 10011 10111000 111001 110111

Color Harmonies of #4CC5CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4CC5CE

Black with #4CC5CE

Text Example


Text Example

White with #4CC5CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(76,197,206); }

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

background-color css

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

 a { background-color: rgb(76,197,206); }

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

border-color css

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

 span { border-color: rgb(76,197,206); }

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