Html Css Color HEX #5DDACB Medium Turquoise

📋 copy color: '#5DDACB'

red 93 ◦ green 218 ◦ blue 203

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

Shades of Medium Turquoise #5DDACB

Tints of Medium Turquoise #5DDACB

RGB

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

 GREEN value IS 218 (85.55% from 255) = 42.41%

 BLUE value IS 203 (79.69% from 255) = 39.49%

R = 18.09%
G = 42.41%
B = 39.49%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.07

 K value IS 0.15

RGB Variations

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

Color information

#5DDACB (or 0x5DDACB) is known color: Medium Turquoise. HEX triplet: 5D, DA and CB. RGB value is (93,218,203). Sum of RGB (Red+Green+Blue) = 93+218+203=514 (68% of max value = 765). Red value is 93 (36.72% from 255 or 18.09% from 514); Green value is 218 (85.55% from 255 or 42.41% from 514); Blue value is 203 (79.69% from 255 or 39.49% from 514); Max value from RGB is 218 - color contains mainly: green. Hex color #5DDACB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5DDACB is #A22534. Grayscale: #B2B2B2. Windows color (decimal): -10626357 or 13359709. OLE color: 13359709.

HSL color Cylindrical-coordinate representation of color #5DDACB: hue angle of 172.8º degrees, saturation: 0.63, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #5DDACB is Cyan = 0.57, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.15.

Color convert

RGB 93 218 203 -
CMYK 0.57 0 0.07 0.15
HSL 172.8º 0.63% 0.61% -
HSV(B) 172.8º 0.57% 0.85% -
XYZ 40.37 56.78 65.33 -
YUV 178.92 141.59 66.72 -
System Red Green Blue C M Y K H S L
Decimal 93 218 203 0.57 0 0.07 0.15 172.8 0.63 0.61
Hex 5D DA CB 39 0 7 F AD 3F 3D
Octal 135 332 313 71 0 7 17 255 77 75
Binary 1011101 11011010 11001011 111001 0 111 1111 10101101 111111 111101

Color Harmonies of #5DDACB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5DDACB

Black with #5DDACB

Text Example


Text Example

White with #5DDACB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(93,218,203); }

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

background-color css

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

 a { background-color: rgb(93,218,203); }

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

border-color css

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

 span { border-color: rgb(93,218,203); }

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