Html Css Color HEX #5BCDC4 Medium Turquoise

📋 copy color: '#5BCDC4'

red 91 ◦ green 205 ◦ blue 196

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

Shades of Medium Turquoise #5BCDC4

Tints of Medium Turquoise #5BCDC4

RGB

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

 GREEN value IS 205 (80.47% from 255) = 41.67%

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

R = 18.5%
G = 41.67%
B = 39.84%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.04

 K value IS 0.20

RGB Variations

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

Color information

#5BCDC4 (or 0x5BCDC4) is known color: Medium Turquoise. HEX triplet: 5B, CD and C4. RGB value is (91,205,196). Sum of RGB (Red+Green+Blue) = 91+205+196=492 (65% of max value = 765). Red value is 91 (35.94% from 255 or 18.50% from 492); Green value is 205 (80.47% from 255 or 41.67% from 492); Blue value is 196 (76.95% from 255 or 39.84% from 492); Max value from RGB is 205 - color contains mainly: green. Hex color #5BCDC4 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5BCDC4 is #A4323B. Grayscale: #A9A9A9. Windows color (decimal): -10760764 or 12897627. OLE color: 12897627.

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

Color convert

RGB 91 205 196 -
CMYK 0.56 0 0.04 0.20
HSL 175.26º 0.53% 0.58% -
HSV(B) 175.26º 0.56% 0.8% -
XYZ 36.11 49.87 59.95 -
YUV 169.89 142.73 71.73 -
System Red Green Blue C M Y K H S L
Decimal 91 205 196 0.56 0 0.04 0.20 175.26 0.53 0.58
Hex 5B CD C4 38 0 4 14 AF 35 3A
Octal 133 315 304 70 0 4 24 257 65 72
Binary 1011011 11001101 11000100 111000 0 100 10100 10101111 110101 111010

Color Harmonies of #5BCDC4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5BCDC4

Black with #5BCDC4

Text Example


Text Example

White with #5BCDC4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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