Html Css Color HEX #5BCBD7 Medium Turquoise

📋 copy color: '#5BCBD7'

red 91 ◦ green 203 ◦ blue 215

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

Shades of Medium Turquoise #5BCBD7

Tints of Medium Turquoise #5BCBD7

RGB

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

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

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

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

CMYK

 C value IS 0.58

 M value IS 0.06

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

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

HSL color Cylindrical-coordinate representation of color #5BCBD7: hue angle of 185.81º 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 #5BCBD7 is Cyan = 0.58, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 91 203 215 -
CMYK 0.58 0.06 0 0.16
HSL 185.81º 0.61% 0.6% -
HSV(B) 185.81º 0.58% 0.84% -
XYZ 37.94 49.84 71.91 -
YUV 170.88 152.89 71.02 -
System Red Green Blue C M Y K H S L
Decimal 91 203 215 0.58 0.06 0 0.16 185.81 0.61 0.6
Hex 5B CB D7 3A 6 0 10 BA 3D 3C
Octal 133 313 327 72 6 0 20 272 75 74
Binary 1011011 11001011 11010111 111010 110 0 10000 10111010 111101 111100

Color Harmonies of #5BCBD7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5BCBD7

Black with #5BCBD7

Text Example


Text Example

White with #5BCBD7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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