Html Css Color HEX #5BCAC4 Medium Turquoise

📋 copy color: '#5BCAC4'

red 91 ◦ green 202 ◦ blue 196

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

Shades of Medium Turquoise #5BCAC4

Tints of Medium Turquoise #5BCAC4

RGB

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

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

 BLUE value IS 196 (76.95% from 255) = 40.08%

R = 18.61%
G = 41.31%
B = 40.08%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.03

 K value IS 0.21

RGB Variations

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

Color information

#5BCAC4 (or 0x5BCAC4) is known color: Medium Turquoise. HEX triplet: 5B, CA and C4. RGB value is (91,202,196). Sum of RGB (Red+Green+Blue) = 91+202+196=489 (64% of max value = 765). Red value is 91 (35.94% from 255 or 18.61% from 489); Green value is 202 (79.30% from 255 or 41.31% from 489); Blue value is 196 (76.95% from 255 or 40.08% from 489); Max value from RGB is 202 - color contains mainly: green. Hex color #5BCAC4 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5BCAC4 is #A4353B. Grayscale: #A8A8A8. Windows color (decimal): -10761532 or 12896859. OLE color: 12896859.

HSL color Cylindrical-coordinate representation of color #5BCAC4: hue angle of 176.76º 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 #5BCAC4 is Cyan = 0.55, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.21.

Color convert

RGB 91 202 196 -
CMYK 0.55 0 0.03 0.21
HSL 176.76º 0.51% 0.57% -
HSV(B) 176.76º 0.55% 0.79% -
XYZ 35.4 48.45 59.71 -
YUV 168.13 143.73 72.99 -
System Red Green Blue C M Y K H S L
Decimal 91 202 196 0.55 0 0.03 0.21 176.76 0.51 0.57
Hex 5B CA C4 37 0 3 15 B1 33 39
Octal 133 312 304 67 0 3 25 261 63 71
Binary 1011011 11001010 11000100 110111 0 11 10101 10110001 110011 111001

Color Harmonies of #5BCAC4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5BCAC4

Black with #5BCAC4

Text Example


Text Example

White with #5BCAC4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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