Html Css Color HEX #4CCECE Medium Turquoise

📋 copy color: '#4CCECE'

red 76 ◦ green 206 ◦ blue 206

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

Shades of Medium Turquoise #4CCECE

Tints of Medium Turquoise #4CCECE

RGB

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

 GREEN value IS 206 (80.86% from 255) = 42.21%

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

R = 15.57%
G = 42.21%
B = 42.21%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#4CCECE (or 0x4CCECE) is known color: Medium Turquoise. HEX triplet: 4C, CE and CE. RGB value is (76,206,206). Sum of RGB (Red+Green+Blue) = 76+206+206=488 (64% of max value = 765). Red value is 76 (30.08% from 255 or 15.57% from 488); Green value is 206 (80.86% from 255 or 42.21% from 488); Blue value is 206 (80.86% from 255 or 42.21% from 488); Max value from RGB is 206 - color contains mainly: green, blue. Hex color #4CCECE is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #4CCECE is #B33131. Grayscale: #A7A7A7. Windows color (decimal): -11743538 or 13553228. OLE color: 13553228.

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

Color convert

RGB 76 206 206 -
CMYK 0.63 0 0 0.19
HSL 180º 0.57% 0.55% -
HSV(B) 180º 0.63% 0.81% -
XYZ 36.19 50.14 66.16 -
YUV 167.13 149.93 63 -
System Red Green Blue C M Y K H S L
Decimal 76 206 206 0.63 0 0 0.19 180 0.57 0.55
Hex 4C CE CE 3F 0 0 13 B4 39 37
Octal 114 316 316 77 0 0 23 264 71 67
Binary 1001100 11001110 11001110 111111 0 0 10011 10110100 111001 110111

Color Harmonies of #4CCECE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4CCECE

Black with #4CCECE

Text Example


Text Example

White with #4CCECE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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