Html Css Color HEX #5BC9C4 Medium Turquoise

📋 copy color: '#5BC9C4'

red 91 ◦ green 201 ◦ blue 196

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

Shades of Medium Turquoise #5BC9C4

Tints of Medium Turquoise #5BC9C4

RGB

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

 GREEN value IS 201 (78.91% from 255) = 41.19%

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

R = 18.65%
G = 41.19%
B = 40.16%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.02

 K value IS 0.21

RGB Variations

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

Color information

#5BC9C4 (or 0x5BC9C4) is known color: Medium Turquoise. HEX triplet: 5B, C9 and C4. RGB value is (91,201,196). Sum of RGB (Red+Green+Blue) = 91+201+196=488 (64% of max value = 765). Red value is 91 (35.94% from 255 or 18.65% from 488); Green value is 201 (78.91% from 255 or 41.19% from 488); Blue value is 196 (76.95% from 255 or 40.16% from 488); Max value from RGB is 201 - color contains mainly: green. Hex color #5BC9C4 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5BC9C4 is #A4363B. Grayscale: #A7A7A7. Windows color (decimal): -10761788 or 12896603. OLE color: 12896603.

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

Color convert

RGB 91 201 196 -
CMYK 0.55 0 0.02 0.21
HSL 177.27º 0.5% 0.57% -
HSV(B) 177.27º 0.55% 0.79% -
XYZ 35.16 47.98 59.63 -
YUV 167.54 144.06 73.41 -
System Red Green Blue C M Y K H S L
Decimal 91 201 196 0.55 0 0.02 0.21 177.27 0.5 0.57
Hex 5B C9 C4 37 0 2 15 B1 32 39
Octal 133 311 304 67 0 2 25 261 62 71
Binary 1011011 11001001 11000100 110111 0 10 10101 10110001 110010 111001

Color Harmonies of #5BC9C4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5BC9C4

Black with #5BC9C4

Text Example


Text Example

White with #5BC9C4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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