Html Css Color HEX #37CFBE Medium Turquoise

📋 copy color: '#37CFBE'

red 55 ◦ green 207 ◦ blue 190

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

Shades of Medium Turquoise #37CFBE

Tints of Medium Turquoise #37CFBE

RGB

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

 GREEN value IS 207 (81.25% from 255) = 45.8%

 BLUE value IS 190 (74.61% from 255) = 42.04%

R = 12.17%
G = 45.8%
B = 42.04%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.08

 K value IS 0.19

RGB Variations

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

Color information

#37CFBE (or 0x37CFBE) is known color: Medium Turquoise. HEX triplet: 37, CF and BE. RGB value is (55,207,190). Sum of RGB (Red+Green+Blue) = 55+207+190=452 (59% of max value = 765). Red value is 55 (21.88% from 255 or 12.17% from 452); Green value is 207 (81.25% from 255 or 45.80% from 452); Blue value is 190 (74.61% from 255 or 42.04% from 452); Max value from RGB is 207 - color contains mainly: green. Hex color #37CFBE is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #37CFBE is #C83041. Grayscale: #9F9F9F. Windows color (decimal): -13119554 or 12504887. OLE color: 12504887.

HSL color Cylindrical-coordinate representation of color #37CFBE: hue angle of 173.29º 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 #37CFBE is Cyan = 0.73, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.19.

Color convert

RGB 55 207 190 -
CMYK 0.73 0 0.08 0.19
HSL 173.29º 0.61% 0.51% -
HSV(B) 173.29º 0.73% 0.81% -
XYZ 33.18 49.16 56.45 -
YUV 159.61 145.14 53.38 -
System Red Green Blue C M Y K H S L
Decimal 55 207 190 0.73 0 0.08 0.19 173.29 0.61 0.51
Hex 37 CF BE 49 0 8 13 AD 3D 33
Octal 67 317 276 111 0 10 23 255 75 63
Binary 110111 11001111 10111110 1001001 0 1000 10011 10101101 111101 110011

Color Harmonies of #37CFBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #37CFBE

Black with #37CFBE

Text Example


Text Example

White with #37CFBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(55,207,190); }

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

background-color css

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

 a { background-color: rgb(55,207,190); }

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

border-color css

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

 span { border-color: rgb(55,207,190); }

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