Html Css Color HEX #5DECCD Turquoise

📋 copy color: '#5DECCD'

red 93 ◦ green 236 ◦ blue 205

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

Shades of Turquoise #5DECCD

Tints of Turquoise #5DECCD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 38.39%

R = 17.42%
G = 44.19%
B = 38.39%

CMYK

 C value IS 0.61

 M value IS 0

 Y value IS 0.13

 K value IS 0.07

RGB Variations

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

Color information

#5DECCD (or 0x5DECCD) is known color: Turquoise. HEX triplet: 5D, EC and CD. RGB value is (93,236,205). Sum of RGB (Red+Green+Blue) = 93+236+205=534 (70% of max value = 765). Red value is 93 (36.72% from 255 or 17.42% from 534); Green value is 236 (92.58% from 255 or 44.19% from 534); Blue value is 205 (80.47% from 255 or 38.39% from 534); Max value from RGB is 236 - color contains mainly: green. Hex color #5DECCD is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #5DECCD is #A21332. Grayscale: #BDBDBD. Windows color (decimal): -10621747 or 13495389. OLE color: 13495389.

HSL color Cylindrical-coordinate representation of color #5DECCD: hue angle of 166.99º 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 #5DECCD is Cyan = 0.61, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.07.

Color convert

RGB 93 236 205 -
CMYK 0.61 0 0.13 0.07
HSL 166.99º 0.79% 0.65% -
HSV(B) 166.99º 0.61% 0.93% -
XYZ 45.53 66.73 68.24 -
YUV 189.71 136.62 59.02 -
System Red Green Blue C M Y K H S L
Decimal 93 236 205 0.61 0 0.13 0.07 166.99 0.79 0.65
Hex 5D EC CD 3D 0 D 7 A7 4F 41
Octal 135 354 315 75 0 15 7 247 117 101
Binary 1011101 11101100 11001101 111101 0 1101 111 10100111 1001111 1000001

Color Harmonies of #5DECCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5DECCD

Black with #5DECCD

Text Example


Text Example

White with #5DECCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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