Html Css Color HEX #4CCBBA Medium Turquoise

📋 copy color: '#4CCBBA'

red 76 ◦ green 203 ◦ blue 186

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

Shades of Medium Turquoise #4CCBBA

Tints of Medium Turquoise #4CCBBA

RGB

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

 GREEN value IS 203 (79.69% from 255) = 43.66%

 BLUE value IS 186 (73.05% from 255) = 40%

R = 16.34%
G = 43.66%
B = 40%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.08

 K value IS 0.20

RGB Variations

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

Color information

#4CCBBA (or 0x4CCBBA) is known color: Medium Turquoise. HEX triplet: 4C, CB and BA. RGB value is (76,203,186). Sum of RGB (Red+Green+Blue) = 76+203+186=465 (61% of max value = 765). Red value is 76 (30.08% from 255 or 16.34% from 465); Green value is 203 (79.69% from 255 or 43.66% from 465); Blue value is 186 (73.05% from 255 or 40% from 465); Max value from RGB is 203 - color contains mainly: green. Hex color #4CCBBA is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #4CCBBA is #B33445. Grayscale: #A3A3A3. Windows color (decimal): -11744326 or 12241740. OLE color: 12241740.

HSL color Cylindrical-coordinate representation of color #4CCBBA: hue angle of 171.97º degrees, saturation: 0.55, 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 #4CCBBA is Cyan = 0.63, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.20.

Color convert

RGB 76 203 186 -
CMYK 0.63 0 0.08 0.20
HSL 171.97º 0.55% 0.55% -
HSV(B) 171.97º 0.63% 0.8% -
XYZ 33.2 47.79 53.93 -
YUV 163.09 140.92 65.88 -
System Red Green Blue C M Y K H S L
Decimal 76 203 186 0.63 0 0.08 0.20 171.97 0.55 0.55
Hex 4C CB BA 3F 0 8 14 AC 37 37
Octal 114 313 272 77 0 10 24 254 67 67
Binary 1001100 11001011 10111010 111111 0 1000 10100 10101100 110111 110111

Color Harmonies of #4CCBBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4CCBBA

Black with #4CCBBA

Text Example


Text Example

White with #4CCBBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(76,203,186); }

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

background-color css

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

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

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

border-color css

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

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

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