Html Css Color HEX #5BD9D3 Medium Turquoise

📋 copy color: '#5BD9D3'

red 91 ◦ green 217 ◦ blue 211

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

Shades of Medium Turquoise #5BD9D3

Tints of Medium Turquoise #5BD9D3

RGB

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

 GREEN value IS 217 (85.16% from 255) = 41.81%

 BLUE value IS 211 (82.81% from 255) = 40.66%

R = 17.53%
G = 41.81%
B = 40.66%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.03

 K value IS 0.15

RGB Variations

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

Color information

#5BD9D3 (or 0x5BD9D3) is known color: Medium Turquoise. HEX triplet: 5B, D9 and D3. RGB value is (91,217,211). Sum of RGB (Red+Green+Blue) = 91+217+211=519 (68% of max value = 765). Red value is 91 (35.94% from 255 or 17.53% from 519); Green value is 217 (85.16% from 255 or 41.81% from 519); Blue value is 211 (82.81% from 255 or 40.66% from 519); Max value from RGB is 217 - color contains mainly: green. Hex color #5BD9D3 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5BD9D3 is #A4262C. Grayscale: #B2B2B2. Windows color (decimal): -10757677 or 13883739. OLE color: 13883739.

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

Color convert

RGB 91 217 211 -
CMYK 0.58 0 0.03 0.15
HSL 177.14º 0.62% 0.6% -
HSV(B) 177.14º 0.58% 0.85% -
XYZ 40.89 56.55 70.39 -
YUV 178.64 146.26 65.49 -
System Red Green Blue C M Y K H S L
Decimal 91 217 211 0.58 0 0.03 0.15 177.14 0.62 0.6
Hex 5B D9 D3 3A 0 3 F B1 3E 3C
Octal 133 331 323 72 0 3 17 261 76 74
Binary 1011011 11011001 11010011 111010 0 11 1111 10110001 111110 111100

Color Harmonies of #5BD9D3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5BD9D3

Black with #5BD9D3

Text Example


Text Example

White with #5BD9D3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(91,217,211); }

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

background-color css

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

 a { background-color: rgb(91,217,211); }

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

border-color css

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

 span { border-color: rgb(91,217,211); }

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