Html Css Color HEX #4CCBBB Medium Turquoise

📋 copy color: '#4CCBBB'

red 76 ◦ green 203 ◦ blue 187

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

Shades of Medium Turquoise #4CCBBB

Tints of Medium Turquoise #4CCBBB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 40.13%

R = 16.31%
G = 43.56%
B = 40.13%

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

#4CCBBB (or 0x4CCBBB) is known color: Medium Turquoise. HEX triplet: 4C, CB and BB. RGB value is (76,203,187). Sum of RGB (Red+Green+Blue) = 76+203+187=466 (61% of max value = 765). Red value is 76 (30.08% from 255 or 16.31% from 466); Green value is 203 (79.69% from 255 or 43.56% from 466); Blue value is 187 (73.44% from 255 or 40.13% from 466); Max value from RGB is 203 - color contains mainly: green. Hex color #4CCBBB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #4CCBBB is #B33444. Grayscale: #A3A3A3. Windows color (decimal): -11744325 or 12307276. OLE color: 12307276.

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

Color convert

RGB 76 203 187 -
CMYK 0.63 0 0.08 0.20
HSL 172.44º 0.55% 0.55% -
HSV(B) 172.44º 0.63% 0.8% -
XYZ 33.31 47.84 54.49 -
YUV 163.2 141.42 65.8 -
System Red Green Blue C M Y K H S L
Decimal 76 203 187 0.63 0 0.08 0.20 172.44 0.55 0.55
Hex 4C CB BB 3F 0 8 14 AC 37 37
Octal 114 313 273 77 0 10 24 254 67 67
Binary 1001100 11001011 10111011 111111 0 1000 10100 10101100 110111 110111

Color Harmonies of #4CCBBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4CCBBB

Black with #4CCBBB

Text Example


Text Example

White with #4CCBBB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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