#37F6D3

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

Shades of Turquoise #37F6D3

Tints of Turquoise #37F6D3

Color information

#37F6D3 (or 0x37F6D3) is unknown color: approx Turquoise. HEX triplet: 37, F6 and D3. RGB value is (55,246,211). Sum of RGB (Red+Green+Blue) = 55+246+211=512 (67% of max value = 765). Red value is 55 (21.88% from 255 or 10.74% from 512); Green value is 246 (96.48% from 255 or 48.05% from 512); Blue value is 211 (82.81% from 255 or 41.21% from 512); Max value from RGB is 246 - color contains mainly: green. Hex color #37F6D3 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #37F6D3 is #C8092C. Grayscale: #B8B8B8. Windows color (decimal): -13109549 or 13891127. OLE color: 13891127.

HSL color Cylindrical-coordinate representation of color #37F6D3: hue angle of 169.01º degrees, saturation: 0.91, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #37F6D3 is Cyan = 0.78, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.04.

Color convert

RGB55246211-
CMYK0.7800.140.04
HSL169.01º91.39%59.02%-
HSV(B)169.01º77.64%96.47%-
XYZ46.2971.4372.98-
YUV184.9142.7235.35-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 10.74%
GREEN value IS 246 (96.48% from 255) = 48.05%
BLUE value IS 211 (82.81% from 255) = 41.21%
R=10.74%
G=48.05%
B=41.21%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal552462110.7800.140.04169.0191.3959.02
Hex37F6D34E0E4a95b3b
Octal67366323116016425113373
Binary1101111111011011010011100111001110100101010011011011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #37F6D3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(55,246,211); }

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

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

 a { background-color: rgb(55,246,211); }

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

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

 span { border-color: rgb(55,246,211); }

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