Html Css Color HEX #5DCED6 Medium Turquoise

📋 copy color: '#5DCED6'

red 93 ◦ green 206 ◦ blue 214

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

Shades of Medium Turquoise #5DCED6

Tints of Medium Turquoise #5DCED6

RGB

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

 GREEN value IS 206 (80.86% from 255) = 40.16%

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

R = 18.13%
G = 40.16%
B = 41.72%

CMYK

 C value IS 0.57

 M value IS 0.04

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#5DCED6 (or 0x5DCED6) is known color: Medium Turquoise. HEX triplet: 5D, CE and D6. RGB value is (93,206,214). Sum of RGB (Red+Green+Blue) = 93+206+214=513 (67% of max value = 765). Red value is 93 (36.72% from 255 or 18.13% from 513); Green value is 206 (80.86% from 255 or 40.16% from 513); Blue value is 214 (83.98% from 255 or 41.72% from 513); Max value from RGB is 214 - color contains mainly: blue. Hex color #5DCED6 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5DCED6 is #A23129. Grayscale: #ACACAC. Windows color (decimal): -10629418 or 14077533. OLE color: 14077533.

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

Color convert

RGB 93 206 214 -
CMYK 0.57 0.04 0 0.16
HSL 183.97º 0.6% 0.6% -
HSV(B) 183.97º 0.57% 0.84% -
XYZ 38.72 51.32 71.48 -
YUV 173.13 151.06 70.85 -
System Red Green Blue C M Y K H S L
Decimal 93 206 214 0.57 0.04 0 0.16 183.97 0.6 0.6
Hex 5D CE D6 39 4 0 10 B8 3C 3C
Octal 135 316 326 71 4 0 20 270 74 74
Binary 1011101 11001110 11010110 111001 100 0 10000 10111000 111100 111100

Color Harmonies of #5DCED6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5DCED6

Black with #5DCED6

Text Example


Text Example

White with #5DCED6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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