Html Css Color HEX #37FCB2 Turquoise

📋 copy color: '#37FCB2'

red 55 ◦ green 252 ◦ blue 178

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

Shades of Turquoise #37FCB2

Tints of Turquoise #37FCB2

RGB

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

 GREEN value IS 252 (98.83% from 255) = 51.96%

 BLUE value IS 178 (69.92% from 255) = 36.7%

R = 11.34%
G = 51.96%
B = 36.7%

CMYK

 C value IS 0.78

 M value IS 0

 Y value IS 0.29

 K value IS 0.01

RGB Variations

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

Color information

#37FCB2 (or 0x37FCB2) is known color: Turquoise. HEX triplet: 37, FC and B2. RGB value is (55,252,178). Sum of RGB (Red+Green+Blue) = 55+252+178=485 (64% of max value = 765). Red value is 55 (21.88% from 255 or 11.34% from 485); Green value is 252 (98.83% from 255 or 51.96% from 485); Blue value is 178 (69.92% from 255 or 36.70% from 485); Max value from RGB is 252 - color contains mainly: green. Hex color #37FCB2 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #37FCB2 is #C8034D. Grayscale: #B8B8B8. Windows color (decimal): -13108046 or 11729975. OLE color: 11729975.

HSL color Cylindrical-coordinate representation of color #37FCB2: hue angle of 157.46º degrees, saturation: 0.97, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #37FCB2 is Cyan = 0.78, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.01.

Color convert

RGB 55 252 178 -
CMYK 0.78 0 0.29 0.01
HSL 157.46º 0.97% 0.6% -
HSV(B) 157.46º 0.78% 0.99% -
XYZ 44.42 73.65 53.99 -
YUV 184.66 124.23 35.52 -
System Red Green Blue C M Y K H S L
Decimal 55 252 178 0.78 0 0.29 0.01 157.46 0.97 0.6
Hex 37 FC B2 4E 0 1D 1 9D 61 3C
Octal 67 374 262 116 0 35 1 235 141 74
Binary 110111 11111100 10110010 1001110 0 11101 1 10011101 1100001 111100

Color Harmonies of #37FCB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #37FCB2

Black with #37FCB2

Text Example


Text Example

White with #37FCB2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(55,252,178); }

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

background-color css

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

 a { background-color: rgb(55,252,178); }

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

border-color css

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

 span { border-color: rgb(55,252,178); }

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