Html Css Color HEX #5DDACE Medium Turquoise

📋 copy color: '#5DDACE'

red 93 ◦ green 218 ◦ blue 206

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

Shades of Medium Turquoise #5DDACE

Tints of Medium Turquoise #5DDACE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 39.85%

R = 17.99%
G = 42.17%
B = 39.85%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.06

 K value IS 0.15

RGB Variations

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

Color information

#5DDACE (or 0x5DDACE) is known color: Medium Turquoise. HEX triplet: 5D, DA and CE. RGB value is (93,218,206). Sum of RGB (Red+Green+Blue) = 93+218+206=517 (68% of max value = 765). Red value is 93 (36.72% from 255 or 17.99% from 517); Green value is 218 (85.55% from 255 or 42.17% from 517); Blue value is 206 (80.86% from 255 or 39.85% from 517); Max value from RGB is 218 - color contains mainly: green. Hex color #5DDACE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5DDACE is #A22531. Grayscale: #B3B3B3. Windows color (decimal): -10626354 or 13556317. OLE color: 13556317.

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

Color convert

RGB 93 218 206 -
CMYK 0.57 0 0.06 0.15
HSL 174.24º 0.63% 0.61% -
HSV(B) 174.24º 0.57% 0.85% -
XYZ 40.73 56.93 67.23 -
YUV 179.26 143.09 66.48 -
System Red Green Blue C M Y K H S L
Decimal 93 218 206 0.57 0 0.06 0.15 174.24 0.63 0.61
Hex 5D DA CE 39 0 6 F AE 3F 3D
Octal 135 332 316 71 0 6 17 256 77 75
Binary 1011101 11011010 11001110 111001 0 110 1111 10101110 111111 111101

Color Harmonies of #5DDACE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5DDACE

Black with #5DDACE

Text Example


Text Example

White with #5DDACE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(93,218,206); }

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

background-color css

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

 a { background-color: rgb(93,218,206); }

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

border-color css

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

 span { border-color: rgb(93,218,206); }

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