Html Css Color HEX #4CCECD Medium Turquoise

📋 copy color: '#4CCECD'

red 76 ◦ green 206 ◦ blue 205

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

Shades of Medium Turquoise #4CCECD

Tints of Medium Turquoise #4CCECD

RGB

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

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

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

R = 15.61%
G = 42.3%
B = 42.09%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.00

 K value IS 0.19

RGB Variations

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

Color information

#4CCECD (or 0x4CCECD) is known color: Medium Turquoise. HEX triplet: 4C, CE and CD. RGB value is (76,206,205). Sum of RGB (Red+Green+Blue) = 76+206+205=487 (64% of max value = 765). Red value is 76 (30.08% from 255 or 15.61% from 487); Green value is 206 (80.86% from 255 or 42.30% from 487); Blue value is 205 (80.47% from 255 or 42.09% from 487); Max value from RGB is 206 - color contains mainly: green. Hex color #4CCECD is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #4CCECD is #B33132. Grayscale: #A6A6A6. Windows color (decimal): -11743539 or 13487692. OLE color: 13487692.

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

Color convert

RGB 76 206 205 -
CMYK 0.63 0 0.00 0.19
HSL 179.54º 0.57% 0.55% -
HSV(B) 179.54º 0.63% 0.81% -
XYZ 36.07 50.09 65.52 -
YUV 167.02 149.43 63.08 -
System Red Green Blue C M Y K H S L
Decimal 76 206 205 0.63 0 0.00 0.19 179.54 0.57 0.55
Hex 4C CE CD 3F 0 0 13 B4 39 37
Octal 114 316 315 77 0 0 23 264 71 67
Binary 1001100 11001110 11001101 111111 0 0 10011 10110100 111001 110111

Color Harmonies of #4CCECD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4CCECD

Black with #4CCECD

Text Example


Text Example

White with #4CCECD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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