Html Css Color HEX #5BCACC Medium Turquoise

📋 copy color: '#5BCACC'

red 91 ◦ green 202 ◦ blue 204

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

Shades of Medium Turquoise #5BCACC

Tints of Medium Turquoise #5BCACC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 41.05%

R = 18.31%
G = 40.64%
B = 41.05%

CMYK

 C value IS 0.55

 M value IS 0.01

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#5BCACC (or 0x5BCACC) is known color: Medium Turquoise. HEX triplet: 5B, CA and CC. RGB value is (91,202,204). Sum of RGB (Red+Green+Blue) = 91+202+204=497 (65% of max value = 765). Red value is 91 (35.94% from 255 or 18.31% from 497); Green value is 202 (79.30% from 255 or 40.64% from 497); Blue value is 204 (80.08% from 255 or 41.05% from 497); Max value from RGB is 204 - color contains mainly: blue. Hex color #5BCACC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5BCACC is #A43533. Grayscale: #A8A8A8. Windows color (decimal): -10761524 or 13421147. OLE color: 13421147.

HSL color Cylindrical-coordinate representation of color #5BCACC: hue angle of 181.06º degrees, saturation: 0.53, 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 #5BCACC is Cyan = 0.55, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 91 202 204 -
CMYK 0.55 0.01 0 0.2
HSL 181.06º 0.53% 0.58% -
HSV(B) 181.06º 0.55% 0.8% -
XYZ 36.33 48.82 64.64 -
YUV 169.04 147.73 72.34 -
System Red Green Blue C M Y K H S L
Decimal 91 202 204 0.55 0.01 0 0.2 181.06 0.53 0.58
Hex 5B CA CC 37 1 0 14 B5 35 3A
Octal 133 312 314 67 1 0 24 265 65 72
Binary 1011011 11001010 11001100 110111 1 0 10100 10110101 110101 111010

Color Harmonies of #5BCACC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5BCACC

Black with #5BCACC

Text Example


Text Example

White with #5BCACC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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