Html Css Color HEX #5DDCCE Medium Turquoise

📋 copy color: '#5DDCCE'

red 93 ◦ green 220 ◦ blue 206

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

Shades of Medium Turquoise #5DDCCE

Tints of Medium Turquoise #5DDCCE

RGB

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

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

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

R = 17.92%
G = 42.39%
B = 39.69%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.06

 K value IS 0.14

RGB Variations

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

Color information

#5DDCCE (or 0x5DDCCE) is known color: Medium Turquoise. HEX triplet: 5D, DC and CE. RGB value is (93,220,206). Sum of RGB (Red+Green+Blue) = 93+220+206=519 (68% of max value = 765). Red value is 93 (36.72% from 255 or 17.92% from 519); Green value is 220 (86.33% from 255 or 42.39% from 519); Blue value is 206 (80.86% from 255 or 39.69% from 519); Max value from RGB is 220 - color contains mainly: green. Hex color #5DDCCE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5DDCCE is #A22331. Grayscale: #B4B4B4. Windows color (decimal): -10625842 or 13556829. OLE color: 13556829.

HSL color Cylindrical-coordinate representation of color #5DDCCE: hue angle of 173.39º 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 #5DDCCE is Cyan = 0.58, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.14.

Color convert

RGB 93 220 206 -
CMYK 0.58 0 0.06 0.14
HSL 173.39º 0.64% 0.61% -
HSV(B) 173.39º 0.58% 0.86% -
XYZ 41.25 57.97 67.41 -
YUV 180.43 142.42 65.64 -
System Red Green Blue C M Y K H S L
Decimal 93 220 206 0.58 0 0.06 0.14 173.39 0.64 0.61
Hex 5D DC CE 3A 0 6 E AD 40 3D
Octal 135 334 316 72 0 6 16 255 100 75
Binary 1011101 11011100 11001110 111010 0 110 1110 10101101 1000000 111101

Color Harmonies of #5DDCCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5DDCCE

Black with #5DDCCE

Text Example


Text Example

White with #5DDCCE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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