Html Css Color HEX #5DDFD2 Medium Turquoise

📋 copy color: '#5DDFD2'

red 93 ◦ green 223 ◦ blue 210

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

Shades of Medium Turquoise #5DDFD2

Tints of Medium Turquoise #5DDFD2

RGB

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

 GREEN value IS 223 (87.5% from 255) = 42.4%

 BLUE value IS 210 (82.42% from 255) = 39.92%

R = 17.68%
G = 42.4%
B = 39.92%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.06

 K value IS 0.13

RGB Variations

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

Color information

#5DDFD2 (or 0x5DDFD2) is known color: Medium Turquoise. HEX triplet: 5D, DF and D2. RGB value is (93,223,210). Sum of RGB (Red+Green+Blue) = 93+223+210=526 (69% of max value = 765). Red value is 93 (36.72% from 255 or 17.68% from 526); Green value is 223 (87.5% from 255 or 42.40% from 526); Blue value is 210 (82.42% from 255 or 39.92% from 526); Max value from RGB is 223 - color contains mainly: green. Hex color #5DDFD2 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5DDFD2 is #A2202D. Grayscale: #B6B6B6. Windows color (decimal): -10625070 or 13819741. OLE color: 13819741.

HSL color Cylindrical-coordinate representation of color #5DDFD2: hue angle of 174º degrees, saturation: 0.67, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #5DDFD2 is Cyan = 0.58, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.13.

Color convert

RGB 93 223 210 -
CMYK 0.58 0 0.06 0.13
HSL 174º 0.67% 0.62% -
HSV(B) 174º 0.58% 0.87% -
XYZ 42.53 59.76 70.26 -
YUV 182.65 143.43 64.06 -
System Red Green Blue C M Y K H S L
Decimal 93 223 210 0.58 0 0.06 0.13 174 0.67 0.62
Hex 5D DF D2 3A 0 6 D AE 43 3E
Octal 135 337 322 72 0 6 15 256 103 76
Binary 1011101 11011111 11010010 111010 0 110 1101 10101110 1000011 111110

Color Harmonies of #5DDFD2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5DDFD2

Black with #5DDFD2

Text Example


Text Example

White with #5DDFD2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(93,223,210); }

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

background-color css

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

 a { background-color: rgb(93,223,210); }

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

border-color css

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

 span { border-color: rgb(93,223,210); }

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