Html Css Color HEX #5BD7D2 Medium Turquoise

📋 copy color: '#5BD7D2'

red 91 ◦ green 215 ◦ blue 210

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

Shades of Medium Turquoise #5BD7D2

Tints of Medium Turquoise #5BD7D2

RGB

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

 GREEN value IS 215 (84.38% from 255) = 41.67%

 BLUE value IS 210 (82.42% from 255) = 40.7%

R = 17.64%
G = 41.67%
B = 40.7%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.02

 K value IS 0.16

RGB Variations

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

Color information

#5BD7D2 (or 0x5BD7D2) is known color: Medium Turquoise. HEX triplet: 5B, D7 and D2. RGB value is (91,215,210). Sum of RGB (Red+Green+Blue) = 91+215+210=516 (68% of max value = 765). Red value is 91 (35.94% from 255 or 17.64% from 516); Green value is 215 (84.38% from 255 or 41.67% from 516); Blue value is 210 (82.42% from 255 or 40.70% from 516); Max value from RGB is 215 - color contains mainly: green. Hex color #5BD7D2 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5BD7D2 is #A4282D. Grayscale: #B1B1B1. Windows color (decimal): -10758190 or 13817691. OLE color: 13817691.

HSL color Cylindrical-coordinate representation of color #5BD7D2: hue angle of 177.58º degrees, saturation: 0.61, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #5BD7D2 is Cyan = 0.58, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.16.

Color convert

RGB 91 215 210 -
CMYK 0.58 0 0.02 0.16
HSL 177.58º 0.61% 0.6% -
HSV(B) 177.58º 0.58% 0.84% -
XYZ 40.25 55.48 69.56 -
YUV 177.35 146.42 66.41 -
System Red Green Blue C M Y K H S L
Decimal 91 215 210 0.58 0 0.02 0.16 177.58 0.61 0.6
Hex 5B D7 D2 3A 0 2 10 B2 3D 3C
Octal 133 327 322 72 0 2 20 262 75 74
Binary 1011011 11010111 11010010 111010 0 10 10000 10110010 111101 111100

Color Harmonies of #5BD7D2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5BD7D2

Black with #5BD7D2

Text Example


Text Example

White with #5BD7D2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(91,215,210); }

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

background-color css

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

 a { background-color: rgb(91,215,210); }

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

border-color css

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

 span { border-color: rgb(91,215,210); }

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