Html Css Color HEX #37BFCB Medium Turquoise

📋 copy color: '#37BFCB'

red 55 ◦ green 191 ◦ blue 203

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

Shades of Medium Turquoise #37BFCB

Tints of Medium Turquoise #37BFCB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 45.21%

R = 12.25%
G = 42.54%
B = 45.21%

CMYK

 C value IS 0.73

 M value IS 0.06

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#37BFCB (or 0x37BFCB) is known color: Medium Turquoise. HEX triplet: 37, BF and CB. RGB value is (55,191,203). Sum of RGB (Red+Green+Blue) = 55+191+203=449 (59% of max value = 765). Red value is 55 (21.88% from 255 or 12.25% from 449); Green value is 191 (75% from 255 or 42.54% from 449); Blue value is 203 (79.69% from 255 or 45.21% from 449); Max value from RGB is 203 - color contains mainly: blue. Hex color #37BFCB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #37BFCB is #C84034. Grayscale: #979797. Windows color (decimal): -13123637 or 13352759. OLE color: 13352759.

HSL color Cylindrical-coordinate representation of color #37BFCB: hue angle of 184.86º degrees, saturation: 0.59, 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 #37BFCB is Cyan = 0.73, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 55 191 203 -
CMYK 0.73 0.06 0 0.20
HSL 184.86º 0.59% 0.51% -
HSV(B) 184.86º 0.73% 0.8% -
XYZ 30.99 42.39 63.05 -
YUV 151.7 156.94 59.02 -
System Red Green Blue C M Y K H S L
Decimal 55 191 203 0.73 0.06 0 0.20 184.86 0.59 0.51
Hex 37 BF CB 49 6 0 14 B9 3B 33
Octal 67 277 313 111 6 0 24 271 73 63
Binary 110111 10111111 11001011 1001001 110 0 10100 10111001 111011 110011

Color Harmonies of #37BFCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #37BFCB

Black with #37BFCB

Text Example


Text Example

White with #37BFCB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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