Html Css Color HEX #4BCCC9 Medium Turquoise

📋 copy color: '#4BCCC9'

red 75 ◦ green 204 ◦ blue 201

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

Shades of Medium Turquoise #4BCCC9

Tints of Medium Turquoise #4BCCC9

RGB

 RED value IS 75 (29.69% from 255) = 15.63%

 GREEN value IS 204 (80.08% from 255) = 42.5%

 BLUE value IS 201 (78.91% from 255) = 41.88%

R = 15.63%
G = 42.5%
B = 41.88%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.01

 K value IS 0.2

RGB Variations

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

Color information

#4BCCC9 (or 0x4BCCC9) is known color: Medium Turquoise. HEX triplet: 4B, CC and C9. RGB value is (75,204,201). Sum of RGB (Red+Green+Blue) = 75+204+201=480 (63% of max value = 765). Red value is 75 (29.69% from 255 or 15.62% from 480); Green value is 204 (80.08% from 255 or 42.5% from 480); Blue value is 201 (78.91% from 255 or 41.88% from 480); Max value from RGB is 204 - color contains mainly: green. Hex color #4BCCC9 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #4BCCC9 is #B43336. Grayscale: #A4A4A4. Windows color (decimal): -11809591 or 13225035. OLE color: 13225035.

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

Color convert

RGB 75 204 201 -
CMYK 0.63 0 0.01 0.2
HSL 178.6º 0.56% 0.55% -
HSV(B) 178.6º 0.63% 0.8% -
XYZ 35.04 48.9 62.85 -
YUV 165.09 148.26 63.74 -
System Red Green Blue C M Y K H S L
Decimal 75 204 201 0.63 0 0.01 0.2 178.6 0.56 0.55
Hex 4B CC C9 3F 0 1 14 B3 38 37
Octal 113 314 311 77 0 1 24 263 70 67
Binary 1001011 11001100 11001001 111111 0 1 10100 10110011 111000 110111

Color Harmonies of #4BCCC9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4BCCC9

Black with #4BCCC9

Text Example


Text Example

White with #4BCCC9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(75,204,201); }

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

background-color css

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

 a { background-color: rgb(75,204,201); }

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

border-color css

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

 span { border-color: rgb(75,204,201); }

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