Html Css Color HEX #37FAC9 Turquoise

📋 copy color: '#37FAC9'

red 55 ◦ green 250 ◦ blue 201

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

Shades of Turquoise #37FAC9

Tints of Turquoise #37FAC9

RGB

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

 GREEN value IS 250 (98.05% from 255) = 49.41%

 BLUE value IS 201 (78.91% from 255) = 39.72%

R = 10.87%
G = 49.41%
B = 39.72%

CMYK

 C value IS 0.78

 M value IS 0

 Y value IS 0.20

 K value IS 0.02

RGB Variations

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

Color information

#37FAC9 (or 0x37FAC9) is known color: Turquoise. HEX triplet: 37, FA and C9. RGB value is (55,250,201). Sum of RGB (Red+Green+Blue) = 55+250+201=506 (67% of max value = 765). Red value is 55 (21.88% from 255 or 10.87% from 506); Green value is 250 (98.05% from 255 or 49.41% from 506); Blue value is 201 (78.91% from 255 or 39.72% from 506); Max value from RGB is 250 - color contains mainly: green. Hex color #37FAC9 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #37FAC9 is #C80536. Grayscale: #BABABA. Windows color (decimal): -13108535 or 13236791. OLE color: 13236791.

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

Color convert

RGB 55 250 201 -
CMYK 0.78 0 0.20 0.02
HSL 164.92º 0.95% 0.6% -
HSV(B) 164.92º 0.78% 0.98% -
XYZ 46.3 73.4 66.99 -
YUV 186.11 136.4 34.48 -
System Red Green Blue C M Y K H S L
Decimal 55 250 201 0.78 0 0.20 0.02 164.92 0.95 0.6
Hex 37 FA C9 4E 0 14 2 A5 5F 3C
Octal 67 372 311 116 0 24 2 245 137 74
Binary 110111 11111010 11001001 1001110 0 10100 10 10100101 1011111 111100

Color Harmonies of #37FAC9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #37FAC9

Black with #37FAC9

Text Example


Text Example

White with #37FAC9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(55,250,201); }

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

background-color css

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

 a { background-color: rgb(55,250,201); }

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

border-color css

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

 span { border-color: rgb(55,250,201); }

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