Html Css Color HEX #37FAC3 Turquoise

📋 copy color: '#37FAC3'

red 55 ◦ green 250 ◦ blue 195

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

Shades of Turquoise #37FAC3

Tints of Turquoise #37FAC3

RGB

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

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

 BLUE value IS 195 (76.56% from 255) = 39%

R = 11%
G = 50%
B = 39%

CMYK

 C value IS 0.78

 M value IS 0

 Y value IS 0.22

 K value IS 0.02

RGB Variations

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

Color information

#37FAC3 (or 0x37FAC3) is known color: Turquoise. HEX triplet: 37, FA and C3. RGB value is (55,250,195). Sum of RGB (Red+Green+Blue) = 55+250+195=500 (66% of max value = 765). Red value is 55 (21.88% from 255 or 11% from 500); Green value is 250 (98.05% from 255 or 50% from 500); Blue value is 195 (76.56% from 255 or 39% from 500); Max value from RGB is 250 - color contains mainly: green. Hex color #37FAC3 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #37FAC3 is #C8053C. Grayscale: #B9B9B9. Windows color (decimal): -13108541 or 12843575. OLE color: 12843575.

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

Color convert

RGB 55 250 195 -
CMYK 0.78 0 0.22 0.02
HSL 163.08º 0.95% 0.6% -
HSV(B) 163.08º 0.78% 0.98% -
XYZ 45.61 73.12 63.34 -
YUV 185.43 133.4 34.97 -
System Red Green Blue C M Y K H S L
Decimal 55 250 195 0.78 0 0.22 0.02 163.08 0.95 0.6
Hex 37 FA C3 4E 0 16 2 A3 5F 3C
Octal 67 372 303 116 0 26 2 243 137 74
Binary 110111 11111010 11000011 1001110 0 10110 10 10100011 1011111 111100

Color Harmonies of #37FAC3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #37FAC3

Black with #37FAC3

Text Example


Text Example

White with #37FAC3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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