Html Css Color HEX #5BCECE Medium Turquoise

📋 copy color: '#5BCECE'

red 91 ◦ green 206 ◦ blue 206

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

Shades of Medium Turquoise #5BCECE

Tints of Medium Turquoise #5BCECE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 40.95%

R = 18.09%
G = 40.95%
B = 40.95%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#5BCECE (or 0x5BCECE) is known color: Medium Turquoise. HEX triplet: 5B, CE and CE. RGB value is (91,206,206). Sum of RGB (Red+Green+Blue) = 91+206+206=503 (66% of max value = 765). Red value is 91 (35.94% from 255 or 18.09% from 503); Green value is 206 (80.86% from 255 or 40.95% from 503); Blue value is 206 (80.86% from 255 or 40.95% from 503); Max value from RGB is 206 - color contains mainly: green, blue. Hex color #5BCECE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5BCECE is #A43131. Grayscale: #ABABAB. Windows color (decimal): -10760498 or 13553243. OLE color: 13553243.

HSL color Cylindrical-coordinate representation of color #5BCECE: hue angle of 180º 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 #5BCECE is Cyan = 0.56, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 91 206 206 -
CMYK 0.56 0 0 0.19
HSL 180º 0.54% 0.58% -
HSV(B) 180º 0.56% 0.81% -
XYZ 37.53 50.82 66.22 -
YUV 171.62 147.4 70.5 -
System Red Green Blue C M Y K H S L
Decimal 91 206 206 0.56 0 0 0.19 180 0.54 0.58
Hex 5B CE CE 38 0 0 13 B4 36 3A
Octal 133 316 316 70 0 0 23 264 66 72
Binary 1011011 11001110 11001110 111000 0 0 10011 10110100 110110 111010

Color Harmonies of #5BCECE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5BCECE

Black with #5BCECE

Text Example


Text Example

White with #5BCECE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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