Html Css Color HEX #37F0BE Turquoise

📋 copy color: '#37F0BE'

red 55 ◦ green 240 ◦ blue 190

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

Shades of Turquoise #37F0BE

Tints of Turquoise #37F0BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 39.18%

R = 11.34%
G = 49.48%
B = 39.18%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.21

 K value IS 0.06

RGB Variations

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

Color information

#37F0BE (or 0x37F0BE) is known color: Turquoise. HEX triplet: 37, F0 and BE. RGB value is (55,240,190). Sum of RGB (Red+Green+Blue) = 55+240+190=485 (64% of max value = 765). Red value is 55 (21.88% from 255 or 11.34% from 485); Green value is 240 (94.14% from 255 or 49.48% from 485); Blue value is 190 (74.61% from 255 or 39.18% from 485); Max value from RGB is 240 - color contains mainly: green. Hex color #37F0BE is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #37F0BE is #C80F41. Grayscale: #B3B3B3. Windows color (decimal): -13111106 or 12513335. OLE color: 12513335.

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

Color convert

RGB 55 240 190 -
CMYK 0.77 0 0.21 0.06
HSL 163.78º 0.86% 0.58% -
HSV(B) 163.78º 0.77% 0.94% -
XYZ 42.03 66.85 59.4 -
YUV 178.99 134.21 39.57 -
System Red Green Blue C M Y K H S L
Decimal 55 240 190 0.77 0 0.21 0.06 163.78 0.86 0.58
Hex 37 F0 BE 4D 0 15 6 A4 56 3A
Octal 67 360 276 115 0 25 6 244 126 72
Binary 110111 11110000 10111110 1001101 0 10101 110 10100100 1010110 111010

Color Harmonies of #37F0BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #37F0BE

Black with #37F0BE

Text Example


Text Example

White with #37F0BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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