Html Css Color HEX #5DC8D0 Medium Turquoise

📋 copy color: '#5DC8D0'

red 93 ◦ green 200 ◦ blue 208

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

Shades of Medium Turquoise #5DC8D0

Tints of Medium Turquoise #5DC8D0

RGB

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

 GREEN value IS 200 (78.52% from 255) = 39.92%

 BLUE value IS 208 (81.64% from 255) = 41.52%

R = 18.56%
G = 39.92%
B = 41.52%

CMYK

 C value IS 0.55

 M value IS 0.04

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#5DC8D0 (or 0x5DC8D0) is known color: Medium Turquoise. HEX triplet: 5D, C8 and D0. RGB value is (93,200,208). Sum of RGB (Red+Green+Blue) = 93+200+208=501 (66% of max value = 765). Red value is 93 (36.72% from 255 or 18.56% from 501); Green value is 200 (78.52% from 255 or 39.92% from 501); Blue value is 208 (81.64% from 255 or 41.52% from 501); Max value from RGB is 208 - color contains mainly: blue. Hex color #5DC8D0 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5DC8D0 is #A2372F. Grayscale: #A8A8A8. Windows color (decimal): -10630960 or 13682781. OLE color: 13682781.

HSL color Cylindrical-coordinate representation of color #5DC8D0: hue angle of 184.17º degrees, saturation: 0.55, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #5DC8D0 is Cyan = 0.55, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 93 200 208 -
CMYK 0.55 0.04 0 0.18
HSL 184.17º 0.55% 0.59% -
HSV(B) 184.17º 0.55% 0.82% -
XYZ 36.55 48.19 67.05 -
YUV 168.92 150.05 73.85 -
System Red Green Blue C M Y K H S L
Decimal 93 200 208 0.55 0.04 0 0.18 184.17 0.55 0.59
Hex 5D C8 D0 37 4 0 12 B8 37 3B
Octal 135 310 320 67 4 0 22 270 67 73
Binary 1011101 11001000 11010000 110111 100 0 10010 10111000 110111 111011

Color Harmonies of #5DC8D0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5DC8D0

Black with #5DC8D0

Text Example


Text Example

White with #5DC8D0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(93,200,208); }

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

background-color css

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

 a { background-color: rgb(93,200,208); }

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

border-color css

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

 span { border-color: rgb(93,200,208); }

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