Html Css Color HEX #37FAB8 Turquoise

📋 copy color: '#37FAB8'

red 55 ◦ green 250 ◦ blue 184

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

Shades of Turquoise #37FAB8

Tints of Turquoise #37FAB8

RGB

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

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

 BLUE value IS 184 (72.27% from 255) = 37.63%

R = 11.25%
G = 51.12%
B = 37.63%

CMYK

 C value IS 0.78

 M value IS 0

 Y value IS 0.26

 K value IS 0.02

RGB Variations

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

Color information

#37FAB8 (or 0x37FAB8) is known color: Turquoise. HEX triplet: 37, FA and B8. RGB value is (55,250,184). Sum of RGB (Red+Green+Blue) = 55+250+184=489 (64% of max value = 765). Red value is 55 (21.88% from 255 or 11.25% from 489); Green value is 250 (98.05% from 255 or 51.12% from 489); Blue value is 184 (72.27% from 255 or 37.63% from 489); Max value from RGB is 250 - color contains mainly: green. Hex color #37FAB8 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #37FAB8 is #C80547. Grayscale: #B8B8B8. Windows color (decimal): -13108552 or 12122679. OLE color: 12122679.

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

Color convert

RGB 55 250 184 -
CMYK 0.78 0 0.26 0.02
HSL 159.69º 0.95% 0.6% -
HSV(B) 159.69º 0.78% 0.98% -
XYZ 44.41 72.64 57.03 -
YUV 184.17 127.9 35.87 -
System Red Green Blue C M Y K H S L
Decimal 55 250 184 0.78 0 0.26 0.02 159.69 0.95 0.6
Hex 37 FA B8 4E 0 1A 2 A0 5F 3C
Octal 67 372 270 116 0 32 2 240 137 74
Binary 110111 11111010 10111000 1001110 0 11010 10 10100000 1011111 111100

Color Harmonies of #37FAB8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #37FAB8

Black with #37FAB8

Text Example


Text Example

White with #37FAB8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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