#37F0F0

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

Shades of Turquoise #37F0F0

Tints of Turquoise #37F0F0

Color information

#37F0F0 (or 0x37F0F0) is unknown color: approx Turquoise. HEX triplet: 37, F0 and F0. RGB value is (55,240,240). Sum of RGB (Red+Green+Blue) = 55+240+240=535 (70% of max value = 765). Red value is 55 (21.88% from 255 or 10.28% from 535); Green value is 240 (94.14% from 255 or 44.86% from 535); Blue value is 240 (94.14% from 255 or 44.86% from 535); Max value from RGB is 240 - color contains mainly: green, blue. Hex color #37F0F0 is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #37F0F0 is #C80F0F. Grayscale: #B8B8B8. Windows color (decimal): -13111056 or 15790135. OLE color: 15790135.

HSL color Cylindrical-coordinate representation of color #37F0F0: hue angle of 180º degrees, saturation: 0.86, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #37F0F0 is Cyan = 0.77, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB55240240-
CMYK0.77000.06
HSL180º86.05%57.84%-
HSV(B)180º77.08%94.12%-
XYZ48.4669.4293.28-
YUV184.68159.2135.5-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 10.28%
GREEN value IS 240 (94.14% from 255) = 44.86%
BLUE value IS 240 (94.14% from 255) = 44.86%
R=10.28%
G=44.86%
B=44.86%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal552402400.77000.0618086.0557.84
Hex37F0F04D006b4563a
Octal6736036011500626412672
Binary1101111111000011110000100110100110101101001010110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #37F0F0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(55,240,240); }

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

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

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

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

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

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

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