Html Css Color HEX #37F2C7 Turquoise

📋 copy color: '#37F2C7'

red 55 ◦ green 242 ◦ blue 199

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

Shades of Turquoise #37F2C7

Tints of Turquoise #37F2C7

RGB

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

 GREEN value IS 242 (94.92% from 255) = 48.79%

 BLUE value IS 199 (78.13% from 255) = 40.12%

R = 11.09%
G = 48.79%
B = 40.12%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.18

 K value IS 0.05

RGB Variations

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

Color information

#37F2C7 (or 0x37F2C7) is known color: Turquoise. HEX triplet: 37, F2 and C7. RGB value is (55,242,199). Sum of RGB (Red+Green+Blue) = 55+242+199=496 (65% of max value = 765). Red value is 55 (21.88% from 255 or 11.09% from 496); Green value is 242 (94.92% from 255 or 48.79% from 496); Blue value is 199 (78.12% from 255 or 40.12% from 496); Max value from RGB is 242 - color contains mainly: green. Hex color #37F2C7 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #37F2C7 is #C80D38. Grayscale: #B5B5B5. Windows color (decimal): -13110585 or 13103671. OLE color: 13103671.

HSL color Cylindrical-coordinate representation of color #37F2C7: hue angle of 166.2º degrees, saturation: 0.88, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #37F2C7 is Cyan = 0.77, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.05.

Color convert

RGB 55 242 199 -
CMYK 0.77 0 0.18 0.05
HSL 166.2º 0.88% 0.58% -
HSV(B) 166.2º 0.77% 0.95% -
XYZ 43.64 68.44 64.94 -
YUV 181.19 138.05 38 -
System Red Green Blue C M Y K H S L
Decimal 55 242 199 0.77 0 0.18 0.05 166.2 0.88 0.58
Hex 37 F2 C7 4D 0 12 5 A6 58 3A
Octal 67 362 307 115 0 22 5 246 130 72
Binary 110111 11110010 11000111 1001101 0 10010 101 10100110 1011000 111010

Color Harmonies of #37F2C7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #37F2C7

Black with #37F2C7

Text Example


Text Example

White with #37F2C7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(55,242,199); }

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

background-color css

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

 a { background-color: rgb(55,242,199); }

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

border-color css

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

 span { border-color: rgb(55,242,199); }

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