Html Css Color HEX #37F0E5 Turquoise

📋 copy color: '#37F0E5'

red 55 ◦ green 240 ◦ blue 229

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

Shades of Turquoise #37F0E5

Tints of Turquoise #37F0E5

RGB

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

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

 BLUE value IS 229 (89.84% from 255) = 43.7%

R = 10.5%
G = 45.8%
B = 43.7%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.05

 K value IS 0.06

RGB Variations

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

Color information

#37F0E5 (or 0x37F0E5) is known color: Turquoise. HEX triplet: 37, F0 and E5. RGB value is (55,240,229). Sum of RGB (Red+Green+Blue) = 55+240+229=524 (69% of max value = 765). Red value is 55 (21.88% from 255 or 10.50% from 524); Green value is 240 (94.14% from 255 or 45.80% from 524); Blue value is 229 (89.84% from 255 or 43.70% from 524); Max value from RGB is 240 - color contains mainly: green. Hex color #37F0E5 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #37F0E5 is #C80F1A. Grayscale: #B7B7B7. Windows color (decimal): -13111067 or 15069239. OLE color: 15069239.

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

Color convert

RGB 55 240 229 -
CMYK 0.77 0 0.05 0.06
HSL 176.43º 0.86% 0.58% -
HSV(B) 176.43º 0.77% 0.94% -
XYZ 46.88 68.79 84.94 -
YUV 183.43 153.71 36.39 -
System Red Green Blue C M Y K H S L
Decimal 55 240 229 0.77 0 0.05 0.06 176.43 0.86 0.58
Hex 37 F0 E5 4D 0 5 6 B0 56 3A
Octal 67 360 345 115 0 5 6 260 126 72
Binary 110111 11110000 11100101 1001101 0 101 110 10110000 1010110 111010

Color Harmonies of #37F0E5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #37F0E5

Black with #37F0E5

Text Example


Text Example

White with #37F0E5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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