Html Css Color HEX #5BD8CB Medium Turquoise

📋 copy color: '#5BD8CB'

red 91 ◦ green 216 ◦ blue 203

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

Shades of Medium Turquoise #5BD8CB

Tints of Medium Turquoise #5BD8CB

RGB

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

 GREEN value IS 216 (84.77% from 255) = 42.35%

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

R = 17.84%
G = 42.35%
B = 39.8%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.06

 K value IS 0.15

RGB Variations

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

Color information

#5BD8CB (or 0x5BD8CB) is known color: Medium Turquoise. HEX triplet: 5B, D8 and CB. RGB value is (91,216,203). Sum of RGB (Red+Green+Blue) = 91+216+203=510 (67% of max value = 765). Red value is 91 (35.94% from 255 or 17.84% from 510); Green value is 216 (84.77% from 255 or 42.35% from 510); Blue value is 203 (79.69% from 255 or 39.80% from 510); Max value from RGB is 216 - color contains mainly: green. Hex color #5BD8CB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5BD8CB is #A42734. Grayscale: #B1B1B1. Windows color (decimal): -10757941 or 13359195. OLE color: 13359195.

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

Color convert

RGB 91 216 203 -
CMYK 0.58 0 0.06 0.15
HSL 173.76º 0.62% 0.6% -
HSV(B) 173.76º 0.58% 0.85% -
XYZ 39.65 55.65 65.15 -
YUV 177.14 142.59 66.56 -
System Red Green Blue C M Y K H S L
Decimal 91 216 203 0.58 0 0.06 0.15 173.76 0.62 0.6
Hex 5B D8 CB 3A 0 6 F AE 3E 3C
Octal 133 330 313 72 0 6 17 256 76 74
Binary 1011011 11011000 11001011 111010 0 110 1111 10101110 111110 111100

Color Harmonies of #5BD8CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5BD8CB

Black with #5BD8CB

Text Example


Text Example

White with #5BD8CB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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