Html Css Color HEX #5DECD5 Turquoise

📋 copy color: '#5DECD5'

red 93 ◦ green 236 ◦ blue 213

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

Shades of Turquoise #5DECD5

Tints of Turquoise #5DECD5

RGB

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

 GREEN value IS 236 (92.58% from 255) = 43.54%

 BLUE value IS 213 (83.59% from 255) = 39.3%

R = 17.16%
G = 43.54%
B = 39.3%

CMYK

 C value IS 0.61

 M value IS 0

 Y value IS 0.10

 K value IS 0.07

RGB Variations

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

Color information

#5DECD5 (or 0x5DECD5) is known color: Turquoise. HEX triplet: 5D, EC and D5. RGB value is (93,236,213). Sum of RGB (Red+Green+Blue) = 93+236+213=542 (71% of max value = 765). Red value is 93 (36.72% from 255 or 17.16% from 542); Green value is 236 (92.58% from 255 or 43.54% from 542); Blue value is 213 (83.59% from 255 or 39.30% from 542); Max value from RGB is 236 - color contains mainly: green. Hex color #5DECD5 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #5DECD5 is #A2132A. Grayscale: #BEBEBE. Windows color (decimal): -10621739 or 14019677. OLE color: 14019677.

HSL color Cylindrical-coordinate representation of color #5DECD5: hue angle of 170.35º degrees, saturation: 0.79, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #5DECD5 is Cyan = 0.61, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.07.

Color convert

RGB 93 236 213 -
CMYK 0.61 0 0.10 0.07
HSL 170.35º 0.79% 0.65% -
HSV(B) 170.35º 0.61% 0.93% -
XYZ 46.52 67.12 73.45 -
YUV 190.62 140.62 58.37 -
System Red Green Blue C M Y K H S L
Decimal 93 236 213 0.61 0 0.10 0.07 170.35 0.79 0.65
Hex 5D EC D5 3D 0 A 7 AA 4F 41
Octal 135 354 325 75 0 12 7 252 117 101
Binary 1011101 11101100 11010101 111101 0 1010 111 10101010 1001111 1000001

Color Harmonies of #5DECD5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5DECD5

Black with #5DECD5

Text Example


Text Example

White with #5DECD5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(93,236,213); }

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

background-color css

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

 a { background-color: rgb(93,236,213); }

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

border-color css

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

 span { border-color: rgb(93,236,213); }

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