Html Css Color HEX #37BFCD Medium Turquoise

📋 copy color: '#37BFCD'

red 55 ◦ green 191 ◦ blue 205

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

Shades of Medium Turquoise #37BFCD

Tints of Medium Turquoise #37BFCD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 45.45%

R = 12.2%
G = 42.35%
B = 45.45%

CMYK

 C value IS 0.73

 M value IS 0.07

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#37BFCD (or 0x37BFCD) is known color: Medium Turquoise. HEX triplet: 37, BF and CD. RGB value is (55,191,205). Sum of RGB (Red+Green+Blue) = 55+191+205=451 (59% of max value = 765). Red value is 55 (21.88% from 255 or 12.20% from 451); Green value is 191 (75% from 255 or 42.35% from 451); Blue value is 205 (80.47% from 255 or 45.45% from 451); Max value from RGB is 205 - color contains mainly: blue. Hex color #37BFCD is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #37BFCD is #C84032. Grayscale: #979797. Windows color (decimal): -13123635 or 13483831. OLE color: 13483831.

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

Color convert

RGB 55 191 205 -
CMYK 0.73 0.07 0 0.20
HSL 185.6º 0.6% 0.51% -
HSV(B) 185.6º 0.73% 0.8% -
XYZ 31.23 42.48 64.31 -
YUV 151.93 157.94 58.86 -
System Red Green Blue C M Y K H S L
Decimal 55 191 205 0.73 0.07 0 0.20 185.6 0.6 0.51
Hex 37 BF CD 49 7 0 14 BA 3C 33
Octal 67 277 315 111 7 0 24 272 74 63
Binary 110111 10111111 11001101 1001001 111 0 10100 10111010 111100 110011

Color Harmonies of #37BFCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #37BFCD

Black with #37BFCD

Text Example


Text Example

White with #37BFCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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