Html Css Color HEX #37F0EC Turquoise

📋 copy color: '#37F0EC'

red 55 ◦ green 240 ◦ blue 236

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

Shades of Turquoise #37F0EC

Tints of Turquoise #37F0EC

RGB

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

 GREEN value IS 240 (94.14% from 255) = 45.2%

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

R = 10.36%
G = 45.2%
B = 44.44%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.02

 K value IS 0.06

RGB Variations

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

Color information

#37F0EC (or 0x37F0EC) is known color: Turquoise. HEX triplet: 37, F0 and EC. RGB value is (55,240,236). Sum of RGB (Red+Green+Blue) = 55+240+236=531 (70% of max value = 765). Red value is 55 (21.88% from 255 or 10.36% from 531); Green value is 240 (94.14% from 255 or 45.20% from 531); Blue value is 236 (92.58% from 255 or 44.44% from 531); Max value from RGB is 240 - color contains mainly: green. Hex color #37F0EC is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #37F0EC is #C80F13. Grayscale: #B8B8B8. Windows color (decimal): -13111060 or 15527991. OLE color: 15527991.

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

Color convert

RGB 55 240 236 -
CMYK 0.77 0 0.02 0.06
HSL 178.7º 0.86% 0.58% -
HSV(B) 178.7º 0.77% 0.94% -
XYZ 47.88 69.19 90.19 -
YUV 184.23 157.21 35.83 -
System Red Green Blue C M Y K H S L
Decimal 55 240 236 0.77 0 0.02 0.06 178.7 0.86 0.58
Hex 37 F0 EC 4D 0 2 6 B3 56 3A
Octal 67 360 354 115 0 2 6 263 126 72
Binary 110111 11110000 11101100 1001101 0 10 110 10110011 1010110 111010

Color Harmonies of #37F0EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #37F0EC

Black with #37F0EC

Text Example


Text Example

White with #37F0EC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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