Html Css Color HEX #37CEBF Medium Turquoise

📋 copy color: '#37CEBF'

red 55 ◦ green 206 ◦ blue 191

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

Shades of Medium Turquoise #37CEBF

Tints of Medium Turquoise #37CEBF

RGB

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

 GREEN value IS 206 (80.86% from 255) = 45.58%

 BLUE value IS 191 (75% from 255) = 42.26%

R = 12.17%
G = 45.58%
B = 42.26%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.07

 K value IS 0.19

RGB Variations

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

Color information

#37CEBF (or 0x37CEBF) is known color: Medium Turquoise. HEX triplet: 37, CE and BF. RGB value is (55,206,191). Sum of RGB (Red+Green+Blue) = 55+206+191=452 (59% of max value = 765). Red value is 55 (21.88% from 255 or 12.17% from 452); Green value is 206 (80.86% from 255 or 45.58% from 452); Blue value is 191 (75% from 255 or 42.26% from 452); Max value from RGB is 206 - color contains mainly: green. Hex color #37CEBF is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #37CEBF is #C83140. Grayscale: #9F9F9F. Windows color (decimal): -13119809 or 12570167. OLE color: 12570167.

HSL color Cylindrical-coordinate representation of color #37CEBF: hue angle of 174.04º degrees, saturation: 0.61, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #37CEBF is Cyan = 0.73, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.19.

Color convert

RGB 55 206 191 -
CMYK 0.73 0 0.07 0.19
HSL 174.04º 0.61% 0.51% -
HSV(B) 174.04º 0.73% 0.81% -
XYZ 33.05 48.72 56.95 -
YUV 159.14 145.97 53.72 -
System Red Green Blue C M Y K H S L
Decimal 55 206 191 0.73 0 0.07 0.19 174.04 0.61 0.51
Hex 37 CE BF 49 0 7 13 AE 3D 33
Octal 67 316 277 111 0 7 23 256 75 63
Binary 110111 11001110 10111111 1001001 0 111 10011 10101110 111101 110011

Color Harmonies of #37CEBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #37CEBF

Black with #37CEBF

Text Example


Text Example

White with #37CEBF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(55,206,191); }

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

background-color css

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

 a { background-color: rgb(55,206,191); }

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

border-color css

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

 span { border-color: rgb(55,206,191); }

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