Html Css Color HEX #37F6EC Turquoise

📋 copy color: '#37F6EC'

red 55 ◦ green 246 ◦ blue 236

#37F6EC
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Turquoise #37F6EC

Tints of Turquoise #37F6EC

RGB

 RED value IS 55 (21.88% from 255) = 10.24%

 GREEN value IS 246 (96.48% from 255) = 45.81%

 BLUE value IS 236 (92.58% from 255) = 43.95%

R = 10.24%
G = 45.81%
B = 43.95%

CMYK

 C value IS 0.78

 M value IS 0

 Y value IS 0.04

 K value IS 0.04

RGB Variations

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

Color information

#37F6EC (or 0x37F6EC) is known color: Turquoise. HEX triplet: 37, F6 and EC. RGB value is (55,246,236). Sum of RGB (Red+Green+Blue) = 55+246+236=537 (71% of max value = 765). Red value is 55 (21.88% from 255 or 10.24% from 537); Green value is 246 (96.48% from 255 or 45.81% from 537); Blue value is 236 (92.58% from 255 or 43.95% from 537); Max value from RGB is 246 - color contains mainly: green. Hex color #37F6EC is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #37F6EC is #C80913. Grayscale: #BBBBBB. Windows color (decimal): -13109524 or 15529527. OLE color: 15529527.

HSL color Cylindrical-coordinate representation of color #37F6EC: hue angle of 176.86º 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 #37F6EC is Cyan = 0.78, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.04.

Color convert

RGB 55 246 236 -
CMYK 0.78 0 0.04 0.04
HSL 176.86º 0.91% 0.59% -
HSV(B) 176.86º 0.78% 0.96% -
XYZ 49.67 72.78 90.79 -
YUV 187.75 155.22 33.31 -
System Red Green Blue C M Y K H S L
Decimal 55 246 236 0.78 0 0.04 0.04 176.86 0.91 0.59
Hex 37 F6 EC 4E 0 4 4 B1 5B 3B
Octal 67 366 354 116 0 4 4 261 133 73
Binary 110111 11110110 11101100 1001110 0 100 100 10110001 1011011 111011

Color Harmonies of #37F6EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #37F6EC

Black with #37F6EC

Text Example


Text Example

White with #37F6EC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #37F6EC;
 }
 .AnyTagClassName
 {
   color: #37F6EC;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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