Html Css Color HEX #37FEBE Turquoise

📋 copy color: '#37FEBE'

red 55 ◦ green 254 ◦ blue 190

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

Shades of Turquoise #37FEBE

Tints of Turquoise #37FEBE

RGB

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

 GREEN value IS 254 (99.61% from 255) = 50.9%

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

R = 11.02%
G = 50.9%
B = 38.08%

CMYK

 C value IS 0.78

 M value IS 0

 Y value IS 0.25

 K value IS 0.00

RGB Variations

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

Color information

#37FEBE (or 0x37FEBE) is known color: Turquoise. HEX triplet: 37, FE and BE. RGB value is (55,254,190). Sum of RGB (Red+Green+Blue) = 55+254+190=499 (66% of max value = 765). Red value is 55 (21.88% from 255 or 11.02% from 499); Green value is 254 (99.61% from 255 or 50.90% from 499); Blue value is 190 (74.61% from 255 or 38.08% from 499); Max value from RGB is 254 - color contains mainly: green. Hex color #37FEBE is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #37FEBE is #C80141. Grayscale: #BBBBBB. Windows color (decimal): -13107522 or 12516919. OLE color: 12516919.

HSL color Cylindrical-coordinate representation of color #37FEBE: hue angle of 160.7º degrees, saturation: 0.99, lightness: 0.61%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #37FEBE is Cyan = 0.78, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.00.

Color convert

RGB 55 254 190 -
CMYK 0.78 0 0.25 0.00
HSL 160.7º 0.99% 0.61% -
HSV(B) 160.7º 0.78% 1% -
XYZ 46.31 75.41 60.83 -
YUV 187.2 129.57 33.7 -
System Red Green Blue C M Y K H S L
Decimal 55 254 190 0.78 0 0.25 0.00 160.7 0.99 0.61
Hex 37 FE BE 4E 0 19 0 A1 63 3D
Octal 67 376 276 116 0 31 0 241 143 75
Binary 110111 11111110 10111110 1001110 0 11001 0 10100001 1100011 111101

Color Harmonies of #37FEBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #37FEBE

Black with #37FEBE

Text Example


Text Example

White with #37FEBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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