Html Css Color HEX #5DDACF Medium Turquoise

📋 copy color: '#5DDACF'

red 93 ◦ green 218 ◦ blue 207

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

Shades of Medium Turquoise #5DDACF

Tints of Medium Turquoise #5DDACF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 39.96%

R = 17.95%
G = 42.08%
B = 39.96%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.05

 K value IS 0.15

RGB Variations

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

Color information

#5DDACF (or 0x5DDACF) is known color: Medium Turquoise. HEX triplet: 5D, DA and CF. RGB value is (93,218,207). Sum of RGB (Red+Green+Blue) = 93+218+207=518 (68% of max value = 765). Red value is 93 (36.72% from 255 or 17.95% from 518); Green value is 218 (85.55% from 255 or 42.08% from 518); Blue value is 207 (81.25% from 255 or 39.96% from 518); Max value from RGB is 218 - color contains mainly: green. Hex color #5DDACF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5DDACF is #A22530. Grayscale: #B3B3B3. Windows color (decimal): -10626353 or 13621853. OLE color: 13621853.

HSL color Cylindrical-coordinate representation of color #5DDACF: hue angle of 174.72º 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 #5DDACF is Cyan = 0.57, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.15.

Color convert

RGB 93 218 207 -
CMYK 0.57 0 0.05 0.15
HSL 174.72º 0.63% 0.61% -
HSV(B) 174.72º 0.57% 0.85% -
XYZ 40.85 56.97 67.88 -
YUV 179.37 143.59 66.39 -
System Red Green Blue C M Y K H S L
Decimal 93 218 207 0.57 0 0.05 0.15 174.72 0.63 0.61
Hex 5D DA CF 39 0 5 F AF 3F 3D
Octal 135 332 317 71 0 5 17 257 77 75
Binary 1011101 11011010 11001111 111001 0 101 1111 10101111 111111 111101

Color Harmonies of #5DDACF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5DDACF

Black with #5DDACF

Text Example


Text Example

White with #5DDACF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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