Html Css Color HEX #5DE1D3 Medium Turquoise

📋 copy color: '#5DE1D3'

red 93 ◦ green 225 ◦ blue 211

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

Shades of Medium Turquoise #5DE1D3

Tints of Medium Turquoise #5DE1D3

RGB

 RED value IS 93 (36.72% from 255) = 17.58%

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

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

R = 17.58%
G = 42.53%
B = 39.89%

CMYK

 C value IS 0.59

 M value IS 0

 Y value IS 0.06

 K value IS 0.12

RGB Variations

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

Color information

#5DE1D3 (or 0x5DE1D3) is known color: Medium Turquoise. HEX triplet: 5D, E1 and D3. RGB value is (93,225,211). Sum of RGB (Red+Green+Blue) = 93+225+211=529 (70% of max value = 765). Red value is 93 (36.72% from 255 or 17.58% from 529); Green value is 225 (88.28% from 255 or 42.53% from 529); Blue value is 211 (82.81% from 255 or 39.89% from 529); Max value from RGB is 225 - color contains mainly: green. Hex color #5DE1D3 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5DE1D3 is #A21E2C. Grayscale: #B7B7B7. Windows color (decimal): -10624557 or 13885789. OLE color: 13885789.

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

Color convert

RGB 93 225 211 -
CMYK 0.59 0 0.06 0.12
HSL 173.64º 0.69% 0.62% -
HSV(B) 173.64º 0.59% 0.88% -
XYZ 43.2 60.88 71.1 -
YUV 183.94 143.27 63.14 -
System Red Green Blue C M Y K H S L
Decimal 93 225 211 0.59 0 0.06 0.12 173.64 0.69 0.62
Hex 5D E1 D3 3B 0 6 C AE 45 3E
Octal 135 341 323 73 0 6 14 256 105 76
Binary 1011101 11100001 11010011 111011 0 110 1100 10101110 1000101 111110

Color Harmonies of #5DE1D3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5DE1D3

Black with #5DE1D3

Text Example


Text Example

White with #5DE1D3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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