Html Css Color HEX #5DDCD6 Medium Turquoise

📋 copy color: '#5DDCD6'

red 93 ◦ green 220 ◦ blue 214

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

Shades of Medium Turquoise #5DDCD6

Tints of Medium Turquoise #5DDCD6

RGB

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

 GREEN value IS 220 (86.33% from 255) = 41.75%

 BLUE value IS 214 (83.98% from 255) = 40.61%

R = 17.65%
G = 41.75%
B = 40.61%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.03

 K value IS 0.14

RGB Variations

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

Color information

#5DDCD6 (or 0x5DDCD6) is known color: Medium Turquoise. HEX triplet: 5D, DC and D6. RGB value is (93,220,214). Sum of RGB (Red+Green+Blue) = 93+220+214=527 (69% of max value = 765). Red value is 93 (36.72% from 255 or 17.65% from 527); Green value is 220 (86.33% from 255 or 41.75% from 527); Blue value is 214 (83.98% from 255 or 40.61% from 527); Max value from RGB is 220 - color contains mainly: green. Hex color #5DDCD6 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5DDCD6 is #A22329. Grayscale: #B5B5B5. Windows color (decimal): -10625834 or 14081117. OLE color: 14081117.

HSL color Cylindrical-coordinate representation of color #5DDCD6: hue angle of 177.17º degrees, saturation: 0.64, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #5DDCD6 is Cyan = 0.58, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.14.

Color convert

RGB 93 220 214 -
CMYK 0.58 0 0.03 0.14
HSL 177.17º 0.64% 0.61% -
HSV(B) 177.17º 0.58% 0.86% -
XYZ 42.25 58.37 72.66 -
YUV 181.34 146.42 64.99 -
System Red Green Blue C M Y K H S L
Decimal 93 220 214 0.58 0 0.03 0.14 177.17 0.64 0.61
Hex 5D DC D6 3A 0 3 E B1 40 3D
Octal 135 334 326 72 0 3 16 261 100 75
Binary 1011101 11011100 11010110 111010 0 11 1110 10110001 1000000 111101

Color Harmonies of #5DDCD6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5DDCD6

Black with #5DDCD6

Text Example


Text Example

White with #5DDCD6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(93,220,214); }

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

background-color css

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

 a { background-color: rgb(93,220,214); }

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

border-color css

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

 span { border-color: rgb(93,220,214); }

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