Html Css Color HEX #5BCACB Medium Turquoise

📋 copy color: '#5BCACB'

red 91 ◦ green 202 ◦ blue 203

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

Shades of Medium Turquoise #5BCACB

Tints of Medium Turquoise #5BCACB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 40.93%

R = 18.35%
G = 40.73%
B = 40.93%

CMYK

 C value IS 0.55

 M value IS 0.00

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#5BCACB (or 0x5BCACB) is known color: Medium Turquoise. HEX triplet: 5B, CA and CB. RGB value is (91,202,203). Sum of RGB (Red+Green+Blue) = 91+202+203=496 (65% of max value = 765). Red value is 91 (35.94% from 255 or 18.35% from 496); Green value is 202 (79.30% from 255 or 40.73% from 496); Blue value is 203 (79.69% from 255 or 40.93% from 496); Max value from RGB is 203 - color contains mainly: blue. Hex color #5BCACB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5BCACB is #A43534. Grayscale: #A8A8A8. Windows color (decimal): -10761525 or 13355611. OLE color: 13355611.

HSL color Cylindrical-coordinate representation of color #5BCACB: hue angle of 180.54º degrees, saturation: 0.52, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #5BCACB is Cyan = 0.55, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 91 202 203 -
CMYK 0.55 0.00 0 0.20
HSL 180.54º 0.52% 0.58% -
HSV(B) 180.54º 0.55% 0.8% -
XYZ 36.21 48.78 64.01 -
YUV 168.93 147.23 72.42 -
System Red Green Blue C M Y K H S L
Decimal 91 202 203 0.55 0.00 0 0.20 180.54 0.52 0.58
Hex 5B CA CB 37 0 0 14 B5 34 3A
Octal 133 312 313 67 0 0 24 265 64 72
Binary 1011011 11001010 11001011 110111 0 0 10100 10110101 110100 111010

Color Harmonies of #5BCACB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5BCACB

Black with #5BCACB

Text Example


Text Example

White with #5BCACB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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