Html Css Color HEX #5BD7CB Medium Turquoise

📋 copy color: '#5BD7CB'

red 91 ◦ green 215 ◦ blue 203

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

Shades of Medium Turquoise #5BD7CB

Tints of Medium Turquoise #5BD7CB

RGB

 RED value IS 91 (35.94% from 255) = 17.88%

 GREEN value IS 215 (84.38% from 255) = 42.24%

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

R = 17.88%
G = 42.24%
B = 39.88%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.06

 K value IS 0.16

RGB Variations

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

Color information

#5BD7CB (or 0x5BD7CB) is known color: Medium Turquoise. HEX triplet: 5B, D7 and CB. RGB value is (91,215,203). Sum of RGB (Red+Green+Blue) = 91+215+203=509 (67% of max value = 765). Red value is 91 (35.94% from 255 or 17.88% from 509); Green value is 215 (84.38% from 255 or 42.24% from 509); Blue value is 203 (79.69% from 255 or 39.88% from 509); Max value from RGB is 215 - color contains mainly: green. Hex color #5BD7CB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5BD7CB is #A42834. Grayscale: #B0B0B0. Windows color (decimal): -10758197 or 13358939. OLE color: 13358939.

HSL color Cylindrical-coordinate representation of color #5BD7CB: hue angle of 174.19º degrees, saturation: 0.61, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #5BD7CB is Cyan = 0.58, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.16.

Color convert

RGB 91 215 203 -
CMYK 0.58 0 0.06 0.16
HSL 174.19º 0.61% 0.6% -
HSV(B) 174.19º 0.58% 0.84% -
XYZ 39.39 55.14 65.07 -
YUV 176.56 142.92 66.98 -
System Red Green Blue C M Y K H S L
Decimal 91 215 203 0.58 0 0.06 0.16 174.19 0.61 0.6
Hex 5B D7 CB 3A 0 6 10 AE 3D 3C
Octal 133 327 313 72 0 6 20 256 75 74
Binary 1011011 11010111 11001011 111010 0 110 10000 10101110 111101 111100

Color Harmonies of #5BD7CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5BD7CB

Black with #5BD7CB

Text Example


Text Example

White with #5BD7CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5BD7CB; }

 p { color: rgb(91,215,203); }

 H1.HeaderClassName
 {
   color: #5BD7CB;
 }
 .AnyTagClassName
 {
   color: #5BD7CB;
 }
</style>

background-color css

<style>
 a { background-color: #5BD7CB; }

 a { background-color: rgb(91,215,203); }

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

border-color css

<style>
 span { border-color: #5BD7CB; }

 span { border-color: rgb(91,215,203); }

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