Html Css Color HEX #5BCBD5 Medium Turquoise

📋 copy color: '#5BCBD5'

red 91 ◦ green 203 ◦ blue 213

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

Shades of Medium Turquoise #5BCBD5

Tints of Medium Turquoise #5BCBD5

RGB

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

 GREEN value IS 203 (79.69% from 255) = 40.04%

 BLUE value IS 213 (83.59% from 255) = 42.01%

R = 17.95%
G = 40.04%
B = 42.01%

CMYK

 C value IS 0.57

 M value IS 0.05

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#5BCBD5 (or 0x5BCBD5) is known color: Medium Turquoise. HEX triplet: 5B, CB and D5. RGB value is (91,203,213). Sum of RGB (Red+Green+Blue) = 91+203+213=507 (67% of max value = 765). Red value is 91 (35.94% from 255 or 17.95% from 507); Green value is 203 (79.69% from 255 or 40.04% from 507); Blue value is 213 (83.59% from 255 or 42.01% from 507); Max value from RGB is 213 - color contains mainly: blue. Hex color #5BCBD5 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5BCBD5 is #A4342A. Grayscale: #AAAAAA. Windows color (decimal): -10761259 or 14011227. OLE color: 14011227.

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

Color convert

RGB 91 203 213 -
CMYK 0.57 0.05 0 0.16
HSL 184.92º 0.59% 0.6% -
HSV(B) 184.92º 0.57% 0.84% -
XYZ 37.68 49.74 70.57 -
YUV 170.65 151.89 71.19 -
System Red Green Blue C M Y K H S L
Decimal 91 203 213 0.57 0.05 0 0.16 184.92 0.59 0.6
Hex 5B CB D5 39 5 0 10 B9 3B 3C
Octal 133 313 325 71 5 0 20 271 73 74
Binary 1011011 11001011 11010101 111001 101 0 10000 10111001 111011 111100

Color Harmonies of #5BCBD5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5BCBD5

Black with #5BCBD5

Text Example


Text Example

White with #5BCBD5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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