Html Css Color HEX #37BFC7 Medium Turquoise

📋 copy color: '#37BFC7'

red 55 ◦ green 191 ◦ blue 199

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

Shades of Medium Turquoise #37BFC7

Tints of Medium Turquoise #37BFC7

RGB

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

 GREEN value IS 191 (75% from 255) = 42.92%

 BLUE value IS 199 (78.13% from 255) = 44.72%

R = 12.36%
G = 42.92%
B = 44.72%

CMYK

 C value IS 0.72

 M value IS 0.04

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#37BFC7 (or 0x37BFC7) is known color: Medium Turquoise. HEX triplet: 37, BF and C7. RGB value is (55,191,199). Sum of RGB (Red+Green+Blue) = 55+191+199=445 (58% of max value = 765). Red value is 55 (21.88% from 255 or 12.36% from 445); Green value is 191 (75% from 255 or 42.92% from 445); Blue value is 199 (78.12% from 255 or 44.72% from 445); Max value from RGB is 199 - color contains mainly: blue. Hex color #37BFC7 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #37BFC7 is #C84038. Grayscale: #979797. Windows color (decimal): -13123641 or 13090615. OLE color: 13090615.

HSL color Cylindrical-coordinate representation of color #37BFC7: hue angle of 183.33º degrees, saturation: 0.57, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #37BFC7 is Cyan = 0.72, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 55 191 199 -
CMYK 0.72 0.04 0 0.22
HSL 183.33º 0.57% 0.5% -
HSV(B) 183.33º 0.72% 0.78% -
XYZ 30.52 42.2 60.57 -
YUV 151.25 154.94 59.35 -
System Red Green Blue C M Y K H S L
Decimal 55 191 199 0.72 0.04 0 0.22 183.33 0.57 0.5
Hex 37 BF C7 48 4 0 16 B7 39 32
Octal 67 277 307 110 4 0 26 267 71 62
Binary 110111 10111111 11000111 1001000 100 0 10110 10110111 111001 110010

Color Harmonies of #37BFC7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #37BFC7

Black with #37BFC7

Text Example


Text Example

White with #37BFC7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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