#37DCE7

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

Shades of Turquoise #37DCE7

Tints of Turquoise #37DCE7

Color information

#37DCE7 (or 0x37DCE7) is unknown color: approx Turquoise. HEX triplet: 37, DC and E7. RGB value is (55,220,231). Sum of RGB (Red+Green+Blue) = 55+220+231=506 (67% of max value = 765). Red value is 55 (21.88% from 255 or 10.87% from 506); Green value is 220 (86.33% from 255 or 43.48% from 506); Blue value is 231 (90.62% from 255 or 45.65% from 506); Max value from RGB is 231 - color contains mainly: blue. Hex color #37DCE7 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #37DCE7 is #C82318. Grayscale: #ABABAB. Windows color (decimal): -13116185 or 15195191. OLE color: 15195191.

HSL color Cylindrical-coordinate representation of color #37DCE7: hue angle of 183.75º degrees, saturation: 0.79, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #37DCE7 is Cyan = 0.76, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB55220231-
CMYK0.760.0500.09
HSL183.75º78.57%56.08%-
HSV(B)183.75º76.19%90.59%-
XYZ41.5957.7784.56-
YUV171.92161.3444.61-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 10.87%
GREEN value IS 220 (86.33% from 255) = 43.48%
BLUE value IS 231 (90.62% from 255) = 45.65%
R=10.87%
G=43.48%
B=45.65%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal552202310.760.0500.09183.7578.5756.08
Hex37DCE74C509b84f38
Octal67334347114501127011770
Binary1101111101110011100111100110010101001101110001001111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #37DCE7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(55,220,231); }

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

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

 a { background-color: rgb(55,220,231); }

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

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

 span { border-color: rgb(55,220,231); }

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