Html Css Color HEX #4CC3CE Medium Turquoise

📋 copy color: '#4CC3CE'

red 76 ◦ green 195 ◦ blue 206

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

Shades of Medium Turquoise #4CC3CE

Tints of Medium Turquoise #4CC3CE

RGB

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

 GREEN value IS 195 (76.56% from 255) = 40.88%

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

R = 15.93%
G = 40.88%
B = 43.19%

CMYK

 C value IS 0.63

 M value IS 0.05

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#4CC3CE (or 0x4CC3CE) is known color: Medium Turquoise. HEX triplet: 4C, C3 and CE. RGB value is (76,195,206). Sum of RGB (Red+Green+Blue) = 76+195+206=477 (63% of max value = 765). Red value is 76 (30.08% from 255 or 15.93% from 477); Green value is 195 (76.56% from 255 or 40.88% from 477); Blue value is 206 (80.86% from 255 or 43.19% from 477); Max value from RGB is 206 - color contains mainly: blue. Hex color #4CC3CE is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #4CC3CE is #B33C31. Grayscale: #A0A0A0. Windows color (decimal): -11746354 or 13550412. OLE color: 13550412.

HSL color Cylindrical-coordinate representation of color #4CC3CE: hue angle of 185.08º 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 #4CC3CE is Cyan = 0.63, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 76 195 206 -
CMYK 0.63 0.05 0 0.19
HSL 185.08º 0.57% 0.55% -
HSV(B) 185.08º 0.63% 0.81% -
XYZ 33.64 45.02 65.31 -
YUV 160.67 153.58 67.61 -
System Red Green Blue C M Y K H S L
Decimal 76 195 206 0.63 0.05 0 0.19 185.08 0.57 0.55
Hex 4C C3 CE 3F 5 0 13 B9 39 37
Octal 114 303 316 77 5 0 23 271 71 67
Binary 1001100 11000011 11001110 111111 101 0 10011 10111001 111001 110111

Color Harmonies of #4CC3CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4CC3CE

Black with #4CC3CE

Text Example


Text Example

White with #4CC3CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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