Html Css Color HEX #5DCDCE Medium Turquoise

📋 copy color: '#5DCDCE'

red 93 ◦ green 205 ◦ blue 206

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

Shades of Medium Turquoise #5DCDCE

Tints of Medium Turquoise #5DCDCE

RGB

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

 GREEN value IS 205 (80.47% from 255) = 40.67%

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

R = 18.45%
G = 40.67%
B = 40.87%

CMYK

 C value IS 0.55

 M value IS 0.00

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#5DCDCE (or 0x5DCDCE) is known color: Medium Turquoise. HEX triplet: 5D, CD and CE. RGB value is (93,205,206). Sum of RGB (Red+Green+Blue) = 93+205+206=504 (66% of max value = 765). Red value is 93 (36.72% from 255 or 18.45% from 504); Green value is 205 (80.47% from 255 or 40.67% from 504); Blue value is 206 (80.86% from 255 or 40.87% from 504); Max value from RGB is 206 - color contains mainly: blue. Hex color #5DCDCE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5DCDCE is #A23231. Grayscale: #ABABAB. Windows color (decimal): -10629682 or 13552989. OLE color: 13552989.

HSL color Cylindrical-coordinate representation of color #5DCDCE: hue angle of 180.53º degrees, saturation: 0.54, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #5DCDCE is Cyan = 0.55, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 93 205 206 -
CMYK 0.55 0.00 0 0.19
HSL 180.53º 0.54% 0.59% -
HSV(B) 180.53º 0.55% 0.81% -
XYZ 37.49 50.45 66.15 -
YUV 171.63 147.39 71.92 -
System Red Green Blue C M Y K H S L
Decimal 93 205 206 0.55 0.00 0 0.19 180.53 0.54 0.59
Hex 5D CD CE 37 0 0 13 B5 36 3B
Octal 135 315 316 67 0 0 23 265 66 73
Binary 1011101 11001101 11001110 110111 0 0 10011 10110101 110110 111011

Color Harmonies of #5DCDCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5DCDCE

Black with #5DCDCE

Text Example


Text Example

White with #5DCDCE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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