#37D6CA

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

Shades of Turquoise #37D6CA

Tints of Turquoise #37D6CA

Color information

#37D6CA (or 0x37D6CA) is unknown color: approx Turquoise. HEX triplet: 37, D6 and CA. RGB value is (55,214,202). Sum of RGB (Red+Green+Blue) = 55+214+202=471 (62% of max value = 765). Red value is 55 (21.88% from 255 or 11.68% from 471); Green value is 214 (83.98% from 255 or 45.44% from 471); Blue value is 202 (79.30% from 255 or 42.89% from 471); Max value from RGB is 214 - color contains mainly: green. Hex color #37D6CA is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #37D6CA is #C82935. Grayscale: #A4A4A4. Windows color (decimal): -13117750 or 13293111. OLE color: 13293111.

HSL color Cylindrical-coordinate representation of color #37D6CA: hue angle of 175.47º 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 #37D6CA is Cyan = 0.74, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.16.

Color convert

RGB55214202-
CMYK0.7400.060.16
HSL175.47º65.98%52.75%-
HSV(B)175.47º74.3%83.92%-
XYZ36.2853.1764.23-
YUV165.09148.8249.48-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 11.68%
GREEN value IS 214 (83.98% from 255) = 45.44%
BLUE value IS 202 (79.30% from 255) = 42.89%
R=11.68%
G=45.44%
B=42.89%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal552142020.7400.060.16175.4765.9852.75
Hex37D6CA4A0610af4235
Octal67326312112062025710265
Binary11011111010110110010101001010011010000101011111000010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #37D6CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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