#37CCB8

Color #37CCB8 Medium Turquoise (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Medium Turquoise #37CCB8

Tints of Medium Turquoise #37CCB8

Color information

#37CCB8 (or 0x37CCB8) is unknown color: approx Medium Turquoise. HEX triplet: 37, CC and B8. RGB value is (55,204,184). Sum of RGB (Red+Green+Blue) = 55+204+184=443 (58% of max value = 765). Red value is 55 (21.88% from 255 or 12.42% from 443); Green value is 204 (80.08% from 255 or 46.05% from 443); Blue value is 184 (72.27% from 255 or 41.53% from 443); Max value from RGB is 204 - color contains mainly: green. Hex color #37CCB8 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #37CCB8 is #C83347. Grayscale: #9D9D9D. Windows color (decimal): -13120328 or 12110903. OLE color: 12110903.

HSL color Cylindrical-coordinate representation of color #37CCB8: hue angle of 171.95º degrees, saturation: 0.59, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #37CCB8 is Cyan = 0.73, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.2.

Color convert

RGB55204184-
CMYK0.7300.100.2
HSL171.95º59.36%50.78%-
HSV(B)171.95º73.04%80%-
XYZ31.8247.4652.83-
YUV157.17143.1455.13-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 12.42%
GREEN value IS 204 (80.08% from 255) = 46.05%
BLUE value IS 184 (72.27% from 255) = 41.53%
R=12.42%
G=46.05%
B=41.53%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal552041840.7300.100.2171.9559.3650.78
Hex37CCB8490A14ac3b33
Octal67314270111012242547363
Binary11011111001100101110001001001010101010010101100111011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #37CCB8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #37CCB8; }

 p { color: rgb(55,204,184); }

 H1.HeaderClassName
 {
   color: #37CCB8;
 }
 .AnyTagClassName
 {
   color: #37CCB8;
 }
</style>
background-color css

<style>
 a { background-color: #37CCB8; }

 a { background-color: rgb(55,204,184); }

 div.DivClassName
 {
   background-color: #37CCB8;
 }
 .BgClassName
 {
   background-color: #37CCB8;
 }
</style>
border-color css

<style>
 span { border-color: #37CCB8; }

 span { border-color: rgb(55,204,184); }

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