Html Css Color HEX #37F5C2 Turquoise

📋 copy color: '#37F5C2'

red 55 ◦ green 245 ◦ blue 194

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

Shades of Turquoise #37F5C2

Tints of Turquoise #37F5C2

RGB

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

 GREEN value IS 245 (96.09% from 255) = 49.6%

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

R = 11.13%
G = 49.6%
B = 39.27%

CMYK

 C value IS 0.78

 M value IS 0

 Y value IS 0.21

 K value IS 0.04

RGB Variations

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

Color information

#37F5C2 (or 0x37F5C2) is known color: Turquoise. HEX triplet: 37, F5 and C2. RGB value is (55,245,194). Sum of RGB (Red+Green+Blue) = 55+245+194=494 (65% of max value = 765). Red value is 55 (21.88% from 255 or 11.13% from 494); Green value is 245 (96.09% from 255 or 49.60% from 494); Blue value is 194 (76.17% from 255 or 39.27% from 494); Max value from RGB is 245 - color contains mainly: green. Hex color #37F5C2 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #37F5C2 is #C80A3D. Grayscale: #B6B6B6. Windows color (decimal): -13109822 or 12776759. OLE color: 12776759.

HSL color Cylindrical-coordinate representation of color #37F5C2: hue angle of 163.89º degrees, saturation: 0.9, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #37F5C2 is Cyan = 0.78, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.04.

Color convert

RGB 55 245 194 -
CMYK 0.78 0 0.21 0.04
HSL 163.89º 0.9% 0.59% -
HSV(B) 163.89º 0.78% 0.96% -
XYZ 43.97 70.01 62.24 -
YUV 182.38 134.55 37.15 -
System Red Green Blue C M Y K H S L
Decimal 55 245 194 0.78 0 0.21 0.04 163.89 0.9 0.59
Hex 37 F5 C2 4E 0 15 4 A4 5A 3B
Octal 67 365 302 116 0 25 4 244 132 73
Binary 110111 11110101 11000010 1001110 0 10101 100 10100100 1011010 111011

Color Harmonies of #37F5C2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #37F5C2

Black with #37F5C2

Text Example


Text Example

White with #37F5C2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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