#37CBD6

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

Shades of Medium Turquoise #37CBD6

Tints of Medium Turquoise #37CBD6

Color information

#37CBD6 (or 0x37CBD6) is unknown color: approx Medium Turquoise. HEX triplet: 37, CB and D6. RGB value is (55,203,214). Sum of RGB (Red+Green+Blue) = 55+203+214=472 (62% of max value = 765). Red value is 55 (21.88% from 255 or 11.65% from 472); Green value is 203 (79.69% from 255 or 43.01% from 472); Blue value is 214 (83.98% from 255 or 45.34% from 472); Max value from RGB is 214 - color contains mainly: blue. Hex color #37CBD6 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #37CBD6 is #C83429. Grayscale: #9F9F9F. Windows color (decimal): -13120554 or 14076727. OLE color: 14076727.

HSL color Cylindrical-coordinate representation of color #37CBD6: hue angle of 184.15º degrees, saturation: 0.66, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #37CBD6 is Cyan = 0.74, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB55203214-
CMYK0.740.0500.16
HSL184.15º65.98%52.75%-
HSV(B)184.15º74.3%83.92%-
XYZ35.0748.3871.11-
YUV160158.4753.11-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 11.65%
GREEN value IS 203 (79.69% from 255) = 43.01%
BLUE value IS 214 (83.98% from 255) = 45.34%
R=11.65%
G=43.01%
B=45.34%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal552032140.740.0500.16184.1565.9852.75
Hex37CBD64A5010b84235
Octal67313326112502027010265
Binary11011111001011110101101001010101010000101110001000010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #37CBD6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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