Html Css Color HEX #37F9BC Turquoise

📋 copy color: '#37F9BC'

red 55 ◦ green 249 ◦ blue 188

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

Shades of Turquoise #37F9BC

Tints of Turquoise #37F9BC

RGB

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

 GREEN value IS 249 (97.66% from 255) = 50.61%

 BLUE value IS 188 (73.83% from 255) = 38.21%

R = 11.18%
G = 50.61%
B = 38.21%

CMYK

 C value IS 0.78

 M value IS 0

 Y value IS 0.24

 K value IS 0.02

RGB Variations

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

Color information

#37F9BC (or 0x37F9BC) is known color: Turquoise. HEX triplet: 37, F9 and BC. RGB value is (55,249,188). Sum of RGB (Red+Green+Blue) = 55+249+188=492 (65% of max value = 765). Red value is 55 (21.88% from 255 or 11.18% from 492); Green value is 249 (97.66% from 255 or 50.61% from 492); Blue value is 188 (73.83% from 255 or 38.21% from 492); Max value from RGB is 249 - color contains mainly: green. Hex color #37F9BC is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #37F9BC is #C80643. Grayscale: #B8B8B8. Windows color (decimal): -13108804 or 12384567. OLE color: 12384567.

HSL color Cylindrical-coordinate representation of color #37F9BC: hue angle of 161.13º degrees, saturation: 0.94, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #37F9BC is Cyan = 0.78, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.02.

Color convert

RGB 55 249 188 -
CMYK 0.78 0 0.24 0.02
HSL 161.13º 0.94% 0.6% -
HSV(B) 161.13º 0.78% 0.98% -
XYZ 44.53 72.19 59.16 -
YUV 184.04 130.23 35.96 -
System Red Green Blue C M Y K H S L
Decimal 55 249 188 0.78 0 0.24 0.02 161.13 0.94 0.6
Hex 37 F9 BC 4E 0 18 2 A1 5E 3C
Octal 67 371 274 116 0 30 2 241 136 74
Binary 110111 11111001 10111100 1001110 0 11000 10 10100001 1011110 111100

Color Harmonies of #37F9BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #37F9BC

Black with #37F9BC

Text Example


Text Example

White with #37F9BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(55,249,188); }

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

background-color css

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

 a { background-color: rgb(55,249,188); }

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

border-color css

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

 span { border-color: rgb(55,249,188); }

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