Html Css Color HEX #37FAC6 Turquoise

📋 copy color: '#37FAC6'

red 55 ◦ green 250 ◦ blue 198

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

Shades of Turquoise #37FAC6

Tints of Turquoise #37FAC6

RGB

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

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

 BLUE value IS 198 (77.73% from 255) = 39.36%

R = 10.93%
G = 49.7%
B = 39.36%

CMYK

 C value IS 0.78

 M value IS 0

 Y value IS 0.21

 K value IS 0.02

RGB Variations

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

Color information

#37FAC6 (or 0x37FAC6) is known color: Turquoise. HEX triplet: 37, FA and C6. RGB value is (55,250,198). Sum of RGB (Red+Green+Blue) = 55+250+198=503 (66% of max value = 765). Red value is 55 (21.88% from 255 or 10.93% from 503); Green value is 250 (98.05% from 255 or 49.70% from 503); Blue value is 198 (77.73% from 255 or 39.36% from 503); Max value from RGB is 250 - color contains mainly: green. Hex color #37FAC6 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #37FAC6 is #C80539. Grayscale: #B9B9B9. Windows color (decimal): -13108538 or 13040183. OLE color: 13040183.

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

Color convert

RGB 55 250 198 -
CMYK 0.78 0 0.21 0.02
HSL 164º 0.95% 0.6% -
HSV(B) 164º 0.78% 0.98% -
XYZ 45.95 73.26 65.14 -
YUV 185.77 134.9 34.73 -
System Red Green Blue C M Y K H S L
Decimal 55 250 198 0.78 0 0.21 0.02 164 0.95 0.6
Hex 37 FA C6 4E 0 15 2 A4 5F 3C
Octal 67 372 306 116 0 25 2 244 137 74
Binary 110111 11111010 11000110 1001110 0 10101 10 10100100 1011111 111100

Color Harmonies of #37FAC6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #37FAC6

Black with #37FAC6

Text Example


Text Example

White with #37FAC6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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