Html Css Color HEX #4CCCBB Medium Turquoise

📋 copy color: '#4CCCBB'

red 76 ◦ green 204 ◦ blue 187

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

Shades of Medium Turquoise #4CCCBB

Tints of Medium Turquoise #4CCCBB

RGB

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

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

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

R = 16.27%
G = 43.68%
B = 40.04%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.08

 K value IS 0.2

RGB Variations

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

Color information

#4CCCBB (or 0x4CCCBB) is known color: Medium Turquoise. HEX triplet: 4C, CC and BB. RGB value is (76,204,187). Sum of RGB (Red+Green+Blue) = 76+204+187=467 (61% of max value = 765). Red value is 76 (30.08% from 255 or 16.27% from 467); Green value is 204 (80.08% from 255 or 43.68% from 467); Blue value is 187 (73.44% from 255 or 40.04% from 467); Max value from RGB is 204 - color contains mainly: green. Hex color #4CCCBB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #4CCCBB is #B33344. Grayscale: #A3A3A3. Windows color (decimal): -11744069 or 12307532. OLE color: 12307532.

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

Color convert

RGB 76 204 187 -
CMYK 0.63 0 0.08 0.2
HSL 172.03º 0.56% 0.55% -
HSV(B) 172.03º 0.63% 0.8% -
XYZ 33.54 48.31 54.57 -
YUV 163.79 141.09 65.38 -
System Red Green Blue C M Y K H S L
Decimal 76 204 187 0.63 0 0.08 0.2 172.03 0.56 0.55
Hex 4C CC BB 3F 0 8 14 AC 38 37
Octal 114 314 273 77 0 10 24 254 70 67
Binary 1001100 11001100 10111011 111111 0 1000 10100 10101100 111000 110111

Color Harmonies of #4CCCBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4CCCBB

Black with #4CCCBB

Text Example


Text Example

White with #4CCCBB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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