Html Css Color HEX #37F9F1 Turquoise

📋 copy color: '#37F9F1'

red 55 ◦ green 249 ◦ blue 241

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

Shades of Turquoise #37F9F1

Tints of Turquoise #37F9F1

RGB

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

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

 BLUE value IS 241 (94.53% from 255) = 44.22%

R = 10.09%
G = 45.69%
B = 44.22%

CMYK

 C value IS 0.78

 M value IS 0

 Y value IS 0.03

 K value IS 0.02

RGB Variations

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

Color information

#37F9F1 (or 0x37F9F1) is known color: Turquoise. HEX triplet: 37, F9 and F1. RGB value is (55,249,241). Sum of RGB (Red+Green+Blue) = 55+249+241=545 (72% of max value = 765). Red value is 55 (21.88% from 255 or 10.09% from 545); Green value is 249 (97.66% from 255 or 45.69% from 545); Blue value is 241 (94.53% from 255 or 44.22% from 545); Max value from RGB is 249 - color contains mainly: green. Hex color #37F9F1 is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #37F9F1 is #C8060E. Grayscale: #BDBDBD. Windows color (decimal): -13108751 or 15857975. OLE color: 15857975.

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

Color convert

RGB 55 249 241 -
CMYK 0.78 0 0.03 0.02
HSL 177.53º 0.94% 0.6% -
HSV(B) 177.53º 0.78% 0.98% -
XYZ 51.33 74.91 94.97 -
YUV 190.08 156.73 31.65 -
System Red Green Blue C M Y K H S L
Decimal 55 249 241 0.78 0 0.03 0.02 177.53 0.94 0.6
Hex 37 F9 F1 4E 0 3 2 B2 5E 3C
Octal 67 371 361 116 0 3 2 262 136 74
Binary 110111 11111001 11110001 1001110 0 11 10 10110010 1011110 111100

Color Harmonies of #37F9F1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #37F9F1

Black with #37F9F1

Text Example


Text Example

White with #37F9F1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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