Html Css Color HEX #37FEC3 Turquoise

📋 copy color: '#37FEC3'

red 55 ◦ green 254 ◦ blue 195

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

Shades of Turquoise #37FEC3

Tints of Turquoise #37FEC3

RGB

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

 GREEN value IS 254 (99.61% from 255) = 50.4%

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

R = 10.91%
G = 50.4%
B = 38.69%

CMYK

 C value IS 0.78

 M value IS 0

 Y value IS 0.23

 K value IS 0.00

RGB Variations

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

Color information

#37FEC3 (or 0x37FEC3) is known color: Turquoise. HEX triplet: 37, FE and C3. RGB value is (55,254,195). Sum of RGB (Red+Green+Blue) = 55+254+195=504 (66% of max value = 765). Red value is 55 (21.88% from 255 or 10.91% from 504); Green value is 254 (99.61% from 255 or 50.40% from 504); Blue value is 195 (76.56% from 255 or 38.69% from 504); Max value from RGB is 254 - color contains mainly: green. Hex color #37FEC3 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #37FEC3 is #C8013C. Grayscale: #BBBBBB. Windows color (decimal): -13107517 or 12844599. OLE color: 12844599.

HSL color Cylindrical-coordinate representation of color #37FEC3: hue angle of 162.21º degrees, saturation: 0.99, lightness: 0.61%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #37FEC3 is Cyan = 0.78, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.00.

Color convert

RGB 55 254 195 -
CMYK 0.78 0 0.23 0.00
HSL 162.21º 0.99% 0.61% -
HSV(B) 162.21º 0.78% 1% -
XYZ 46.87 75.64 63.76 -
YUV 187.77 132.07 33.3 -
System Red Green Blue C M Y K H S L
Decimal 55 254 195 0.78 0 0.23 0.00 162.21 0.99 0.61
Hex 37 FE C3 4E 0 17 0 A2 63 3D
Octal 67 376 303 116 0 27 0 242 143 75
Binary 110111 11111110 11000011 1001110 0 10111 0 10100010 1100011 111101

Color Harmonies of #37FEC3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #37FEC3

Black with #37FEC3

Text Example


Text Example

White with #37FEC3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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