Html Css Color HEX #5BDAC8 Medium Turquoise

📋 copy color: '#5BDAC8'

red 91 ◦ green 218 ◦ blue 200

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

Shades of Medium Turquoise #5BDAC8

Tints of Medium Turquoise #5BDAC8

RGB

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

 GREEN value IS 218 (85.55% from 255) = 42.83%

 BLUE value IS 200 (78.52% from 255) = 39.29%

R = 17.88%
G = 42.83%
B = 39.29%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.08

 K value IS 0.15

RGB Variations

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

Color information

#5BDAC8 (or 0x5BDAC8) is known color: Medium Turquoise. HEX triplet: 5B, DA and C8. RGB value is (91,218,200). Sum of RGB (Red+Green+Blue) = 91+218+200=509 (67% of max value = 765). Red value is 91 (35.94% from 255 or 17.88% from 509); Green value is 218 (85.55% from 255 or 42.83% from 509); Blue value is 200 (78.52% from 255 or 39.29% from 509); Max value from RGB is 218 - color contains mainly: green. Hex color #5BDAC8 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5BDAC8 is #A42537. Grayscale: #B1B1B1. Windows color (decimal): -10757432 or 13163099. OLE color: 13163099.

HSL color Cylindrical-coordinate representation of color #5BDAC8: hue angle of 171.5º degrees, saturation: 0.63, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #5BDAC8 is Cyan = 0.58, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.15.

Color convert

RGB 91 218 200 -
CMYK 0.58 0 0.08 0.15
HSL 171.5º 0.63% 0.61% -
HSV(B) 171.5º 0.58% 0.85% -
XYZ 39.81 56.54 63.46 -
YUV 177.98 140.42 65.96 -
System Red Green Blue C M Y K H S L
Decimal 91 218 200 0.58 0 0.08 0.15 171.5 0.63 0.61
Hex 5B DA C8 3A 0 8 F AB 3F 3D
Octal 133 332 310 72 0 10 17 253 77 75
Binary 1011011 11011010 11001000 111010 0 1000 1111 10101011 111111 111101

Color Harmonies of #5BDAC8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5BDAC8

Black with #5BDAC8

Text Example


Text Example

White with #5BDAC8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(91,218,200); }

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

background-color css

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

 a { background-color: rgb(91,218,200); }

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

border-color css

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

 span { border-color: rgb(91,218,200); }

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