Html Css Color HEX #5BCEC8 Medium Turquoise

📋 copy color: '#5BCEC8'

red 91 ◦ green 206 ◦ blue 200

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

Shades of Medium Turquoise #5BCEC8

Tints of Medium Turquoise #5BCEC8

RGB

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

 GREEN value IS 206 (80.86% from 255) = 41.45%

 BLUE value IS 200 (78.52% from 255) = 40.24%

R = 18.31%
G = 41.45%
B = 40.24%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.03

 K value IS 0.19

RGB Variations

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

Color information

#5BCEC8 (or 0x5BCEC8) is known color: Medium Turquoise. HEX triplet: 5B, CE and C8. RGB value is (91,206,200). Sum of RGB (Red+Green+Blue) = 91+206+200=497 (65% of max value = 765). Red value is 91 (35.94% from 255 or 18.31% from 497); Green value is 206 (80.86% from 255 or 41.45% from 497); Blue value is 200 (78.52% from 255 or 40.24% from 497); Max value from RGB is 206 - color contains mainly: green. Hex color #5BCEC8 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5BCEC8 is #A43137. Grayscale: #AAAAAA. Windows color (decimal): -10760504 or 13160027. OLE color: 13160027.

HSL color Cylindrical-coordinate representation of color #5BCEC8: hue angle of 176.87º degrees, saturation: 0.54, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #5BCEC8 is Cyan = 0.56, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.19.

Color convert

RGB 91 206 200 -
CMYK 0.56 0 0.03 0.19
HSL 176.87º 0.54% 0.58% -
HSV(B) 176.87º 0.56% 0.81% -
XYZ 36.81 50.54 62.46 -
YUV 170.93 144.4 70.99 -
System Red Green Blue C M Y K H S L
Decimal 91 206 200 0.56 0 0.03 0.19 176.87 0.54 0.58
Hex 5B CE C8 38 0 3 13 B1 36 3A
Octal 133 316 310 70 0 3 23 261 66 72
Binary 1011011 11001110 11001000 111000 0 11 10011 10110001 110110 111010

Color Harmonies of #5BCEC8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5BCEC8

Black with #5BCEC8

Text Example


Text Example

White with #5BCEC8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(91,206,200); }

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

background-color css

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

 a { background-color: rgb(91,206,200); }

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

border-color css

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

 span { border-color: rgb(91,206,200); }

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