Html Css Color HEX #5DCCCD Medium Turquoise

📋 copy color: '#5DCCCD'

red 93 ◦ green 204 ◦ blue 205

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

Shades of Medium Turquoise #5DCCCD

Tints of Medium Turquoise #5DCCCD

RGB

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

 GREEN value IS 204 (80.08% from 255) = 40.64%

 BLUE value IS 205 (80.47% from 255) = 40.84%

R = 18.53%
G = 40.64%
B = 40.84%

CMYK

 C value IS 0.55

 M value IS 0.00

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#5DCCCD (or 0x5DCCCD) is known color: Medium Turquoise. HEX triplet: 5D, CC and CD. RGB value is (93,204,205). Sum of RGB (Red+Green+Blue) = 93+204+205=502 (66% of max value = 765). Red value is 93 (36.72% from 255 or 18.53% from 502); Green value is 204 (80.08% from 255 or 40.64% from 502); Blue value is 205 (80.47% from 255 or 40.84% from 502); Max value from RGB is 205 - color contains mainly: blue. Hex color #5DCCCD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5DCCCD is #A23332. Grayscale: #AAAAAA. Windows color (decimal): -10629939 or 13487197. OLE color: 13487197.

HSL color Cylindrical-coordinate representation of color #5DCCCD: hue angle of 180.54º degrees, saturation: 0.53, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #5DCCCD is Cyan = 0.55, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 93 204 205 -
CMYK 0.55 0.00 0 0.20
HSL 180.54º 0.53% 0.58% -
HSV(B) 180.54º 0.55% 0.8% -
XYZ 37.13 49.92 65.44 -
YUV 170.93 147.23 72.42 -
System Red Green Blue C M Y K H S L
Decimal 93 204 205 0.55 0.00 0 0.20 180.54 0.53 0.58
Hex 5D CC CD 37 0 0 14 B5 35 3A
Octal 135 314 315 67 0 0 24 265 65 72
Binary 1011101 11001100 11001101 110111 0 0 10100 10110101 110101 111010

Color Harmonies of #5DCCCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5DCCCD

Black with #5DCCCD

Text Example


Text Example

White with #5DCCCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(93,204,205); }

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

background-color css

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

 a { background-color: rgb(93,204,205); }

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

border-color css

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

 span { border-color: rgb(93,204,205); }

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