Html Css Color HEX #5BCAC8 Medium Turquoise

📋 copy color: '#5BCAC8'

red 91 ◦ green 202 ◦ blue 200

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

Shades of Medium Turquoise #5BCAC8

Tints of Medium Turquoise #5BCAC8

RGB

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

 GREEN value IS 202 (79.3% from 255) = 40.97%

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

R = 18.46%
G = 40.97%
B = 40.57%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.01

 K value IS 0.21

RGB Variations

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

Color information

#5BCAC8 (or 0x5BCAC8) is known color: Medium Turquoise. HEX triplet: 5B, CA and C8. RGB value is (91,202,200). Sum of RGB (Red+Green+Blue) = 91+202+200=493 (65% of max value = 765). Red value is 91 (35.94% from 255 or 18.46% from 493); Green value is 202 (79.30% from 255 or 40.97% from 493); Blue value is 200 (78.52% from 255 or 40.57% from 493); Max value from RGB is 202 - color contains mainly: green. Hex color #5BCAC8 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5BCAC8 is #A43537. Grayscale: #A8A8A8. Windows color (decimal): -10761528 or 13159003. OLE color: 13159003.

HSL color Cylindrical-coordinate representation of color #5BCAC8: hue angle of 178.92º degrees, saturation: 0.51, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #5BCAC8 is Cyan = 0.55, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.21.

Color convert

RGB 91 202 200 -
CMYK 0.55 0 0.01 0.21
HSL 178.92º 0.51% 0.57% -
HSV(B) 178.92º 0.55% 0.79% -
XYZ 35.86 48.64 62.14 -
YUV 168.58 145.73 72.66 -
System Red Green Blue C M Y K H S L
Decimal 91 202 200 0.55 0 0.01 0.21 178.92 0.51 0.57
Hex 5B CA C8 37 0 1 15 B3 33 39
Octal 133 312 310 67 0 1 25 263 63 71
Binary 1011011 11001010 11001000 110111 0 1 10101 10110011 110011 111001

Color Harmonies of #5BCAC8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5BCAC8

Black with #5BCAC8

Text Example


Text Example

White with #5BCAC8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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