Html Css Color HEX #37FBC2 Turquoise

📋 copy color: '#37FBC2'

red 55 ◦ green 251 ◦ blue 194

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

Shades of Turquoise #37FBC2

Tints of Turquoise #37FBC2

RGB

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

 GREEN value IS 251 (98.44% from 255) = 50.2%

 BLUE value IS 194 (76.17% from 255) = 38.8%

R = 11%
G = 50.2%
B = 38.8%

CMYK

 C value IS 0.78

 M value IS 0

 Y value IS 0.23

 K value IS 0.02

RGB Variations

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

Color information

#37FBC2 (or 0x37FBC2) is known color: Turquoise. HEX triplet: 37, FB and C2. RGB value is (55,251,194). Sum of RGB (Red+Green+Blue) = 55+251+194=500 (66% of max value = 765). Red value is 55 (21.88% from 255 or 11% from 500); Green value is 251 (98.44% from 255 or 50.2% from 500); Blue value is 194 (76.17% from 255 or 38.8% from 500); Max value from RGB is 251 - color contains mainly: green. Hex color #37FBC2 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #37FBC2 is #C8043D. Grayscale: #B9B9B9. Windows color (decimal): -13108286 or 12778295. OLE color: 12778295.

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

Color convert

RGB 55 251 194 -
CMYK 0.78 0 0.23 0.02
HSL 162.55º 0.96% 0.6% -
HSV(B) 162.55º 0.78% 0.98% -
XYZ 45.81 73.7 62.85 -
YUV 185.9 132.57 34.63 -
System Red Green Blue C M Y K H S L
Decimal 55 251 194 0.78 0 0.23 0.02 162.55 0.96 0.6
Hex 37 FB C2 4E 0 17 2 A3 60 3C
Octal 67 373 302 116 0 27 2 243 140 74
Binary 110111 11111011 11000010 1001110 0 10111 10 10100011 1100000 111100

Color Harmonies of #37FBC2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #37FBC2

Black with #37FBC2

Text Example


Text Example

White with #37FBC2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(55,251,194); }

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

background-color css

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

 a { background-color: rgb(55,251,194); }

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

border-color css

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

 span { border-color: rgb(55,251,194); }

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