Html Css Color HEX #5BE1D3 Medium Turquoise

📋 copy color: '#5BE1D3'

red 91 ◦ green 225 ◦ blue 211

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

Shades of Medium Turquoise #5BE1D3

Tints of Medium Turquoise #5BE1D3

RGB

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

 GREEN value IS 225 (88.28% from 255) = 42.69%

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

R = 17.27%
G = 42.69%
B = 40.04%

CMYK

 C value IS 0.60

 M value IS 0

 Y value IS 0.06

 K value IS 0.12

RGB Variations

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

Color information

#5BE1D3 (or 0x5BE1D3) is known color: Medium Turquoise. HEX triplet: 5B, E1 and D3. RGB value is (91,225,211). Sum of RGB (Red+Green+Blue) = 91+225+211=527 (69% of max value = 765). Red value is 91 (35.94% from 255 or 17.27% from 527); Green value is 225 (88.28% from 255 or 42.69% from 527); Blue value is 211 (82.81% from 255 or 40.04% from 527); Max value from RGB is 225 - color contains mainly: green. Hex color #5BE1D3 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5BE1D3 is #A41E2C. Grayscale: #B7B7B7. Windows color (decimal): -10755629 or 13885787. OLE color: 13885787.

HSL color Cylindrical-coordinate representation of color #5BE1D3: hue angle of 173.73º degrees, saturation: 0.69, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #5BE1D3 is Cyan = 0.60, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.12.

Color convert

RGB 91 225 211 -
CMYK 0.60 0 0.06 0.12
HSL 173.73º 0.69% 0.62% -
HSV(B) 173.73º 0.6% 0.88% -
XYZ 43 60.78 71.09 -
YUV 183.34 143.61 62.14 -
System Red Green Blue C M Y K H S L
Decimal 91 225 211 0.60 0 0.06 0.12 173.73 0.69 0.62
Hex 5B E1 D3 3C 0 6 C AE 45 3E
Octal 133 341 323 74 0 6 14 256 105 76
Binary 1011011 11100001 11010011 111100 0 110 1100 10101110 1000101 111110

Color Harmonies of #5BE1D3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5BE1D3

Black with #5BE1D3

Text Example


Text Example

White with #5BE1D3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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