Html Css Color HEX #5DECD6 Turquoise

📋 copy color: '#5DECD6'

red 93 ◦ green 236 ◦ blue 214

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

Shades of Turquoise #5DECD6

Tints of Turquoise #5DECD6

RGB

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

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

 BLUE value IS 214 (83.98% from 255) = 39.41%

R = 17.13%
G = 43.46%
B = 39.41%

CMYK

 C value IS 0.61

 M value IS 0

 Y value IS 0.09

 K value IS 0.07

RGB Variations

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

Color information

#5DECD6 (or 0x5DECD6) is known color: Turquoise. HEX triplet: 5D, EC and D6. RGB value is (93,236,214). Sum of RGB (Red+Green+Blue) = 93+236+214=543 (71% of max value = 765). Red value is 93 (36.72% from 255 or 17.13% from 543); Green value is 236 (92.58% from 255 or 43.46% from 543); Blue value is 214 (83.98% from 255 or 39.41% from 543); Max value from RGB is 236 - color contains mainly: green. Hex color #5DECD6 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #5DECD6 is #A21329. Grayscale: #BEBEBE. Windows color (decimal): -10621738 or 14085213. OLE color: 14085213.

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

Color convert

RGB 93 236 214 -
CMYK 0.61 0 0.09 0.07
HSL 170.77º 0.79% 0.65% -
HSV(B) 170.77º 0.61% 0.93% -
XYZ 46.65 67.17 74.13 -
YUV 190.74 141.12 58.29 -
System Red Green Blue C M Y K H S L
Decimal 93 236 214 0.61 0 0.09 0.07 170.77 0.79 0.65
Hex 5D EC D6 3D 0 9 7 AB 4F 41
Octal 135 354 326 75 0 11 7 253 117 101
Binary 1011101 11101100 11010110 111101 0 1001 111 10101011 1001111 1000001

Color Harmonies of #5DECD6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5DECD6

Black with #5DECD6

Text Example


Text Example

White with #5DECD6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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