Html Css Color HEX #37FFAF Turquoise

📋 copy color: '#37FFAF'

red 55 ◦ green 255 ◦ blue 175

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

Shades of Turquoise #37FFAF

Tints of Turquoise #37FFAF

RGB

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

 GREEN value IS 255 (100% from 255) = 52.58%

 BLUE value IS 175 (68.75% from 255) = 36.08%

R = 11.34%
G = 52.58%
B = 36.08%

CMYK

 C value IS 0.78

 M value IS 0

 Y value IS 0.31

 K value IS 0

RGB Variations

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

Color information

#37FFAF (or 0x37FFAF) is known color: Turquoise. HEX triplet: 37, FF and AF. RGB value is (55,255,175). Sum of RGB (Red+Green+Blue) = 55+255+175=485 (64% of max value = 765). Red value is 55 (21.88% from 255 or 11.34% from 485); Green value is 255 (100% from 255 or 52.58% from 485); Blue value is 175 (68.75% from 255 or 36.08% from 485); Max value from RGB is 255 - color contains mainly: green. Hex color #37FFAF is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #37FFAF is #C80050. Grayscale: #BABABA. Windows color (decimal): -13107281 or 11534135. OLE color: 11534135.

HSL color Cylindrical-coordinate representation of color #37FFAF: hue angle of 156º degrees, saturation: 1, lightness: 0.61%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #37FFAF is Cyan = 0.78, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.

Color convert

RGB 55 255 175 -
CMYK 0.78 0 0.31 0
HSL 156º 1% 0.61% -
HSV(B) 156º 0.78% 1% -
XYZ 45.07 75.43 52.74 -
YUV 186.08 121.74 34.5 -
System Red Green Blue C M Y K H S L
Decimal 55 255 175 0.78 0 0.31 0 156 1 0.61
Hex 37 FF AF 4E 0 1F 0 9C 64 3D
Octal 67 377 257 116 0 37 0 234 144 75
Binary 110111 11111111 10101111 1001110 0 11111 0 10011100 1100100 111101

Color Harmonies of #37FFAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #37FFAF

Black with #37FFAF

Text Example


Text Example

White with #37FFAF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(55,255,175); }

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

background-color css

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

 a { background-color: rgb(55,255,175); }

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

border-color css

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

 span { border-color: rgb(55,255,175); }

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