#37CBCA

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

Shades of Medium Turquoise #37CBCA

Tints of Medium Turquoise #37CBCA

Color information

#37CBCA (or 0x37CBCA) is unknown color: approx Medium Turquoise. HEX triplet: 37, CB and CA. RGB value is (55,203,202). Sum of RGB (Red+Green+Blue) = 55+203+202=460 (60% of max value = 765). Red value is 55 (21.88% from 255 or 11.96% from 460); Green value is 203 (79.69% from 255 or 44.13% from 460); Blue value is 202 (79.30% from 255 or 43.91% from 460); Max value from RGB is 203 - color contains mainly: green. Hex color #37CBCA is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #37CBCA is #C83435. Grayscale: #9E9E9E. Windows color (decimal): -13120566 or 13290295. OLE color: 13290295.

HSL color Cylindrical-coordinate representation of color #37CBCA: hue angle of 179.59º 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 #37CBCA is Cyan = 0.73, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.20.

Color convert

RGB55203202-
CMYK0.7300.000.20
HSL179.59º58.73%50.59%-
HSV(B)179.59º72.91%79.61%-
XYZ33.5947.7963.33-
YUV158.63152.4754.08-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 11.96%
GREEN value IS 203 (79.69% from 255) = 44.13%
BLUE value IS 202 (79.30% from 255) = 43.91%
R=11.96%
G=44.13%
B=43.91%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.00
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal552032020.7300.000.20179.5958.7350.59
Hex37CBCA490014b43b33
Octal6731331211100242647363
Binary11011111001011110010101001001001010010110100111011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #37CBCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(55,203,202); }

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

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

 a { background-color: rgb(55,203,202); }

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

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

 span { border-color: rgb(55,203,202); }

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