Html Css Color HEX #5DEAD7 Turquoise

📋 copy color: '#5DEAD7'

red 93 ◦ green 234 ◦ blue 215

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

Shades of Turquoise #5DEAD7

Tints of Turquoise #5DEAD7

RGB

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

 GREEN value IS 234 (91.8% from 255) = 43.17%

 BLUE value IS 215 (84.38% from 255) = 39.67%

R = 17.16%
G = 43.17%
B = 39.67%

CMYK

 C value IS 0.60

 M value IS 0

 Y value IS 0.08

 K value IS 0.08

RGB Variations

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

Color information

#5DEAD7 (or 0x5DEAD7) is known color: Turquoise. HEX triplet: 5D, EA and D7. RGB value is (93,234,215). Sum of RGB (Red+Green+Blue) = 93+234+215=542 (71% of max value = 765). Red value is 93 (36.72% from 255 or 17.16% from 542); Green value is 234 (91.80% from 255 or 43.17% from 542); Blue value is 215 (84.38% from 255 or 39.67% from 542); Max value from RGB is 234 - color contains mainly: green. Hex color #5DEAD7 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #5DEAD7 is #A21528. Grayscale: #BDBDBD. Windows color (decimal): -10622249 or 14150237. OLE color: 14150237.

HSL color Cylindrical-coordinate representation of color #5DEAD7: hue angle of 171.91º degrees, saturation: 0.77, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #5DEAD7 is Cyan = 0.60, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.08.

Color convert

RGB 93 234 215 -
CMYK 0.60 0 0.08 0.08
HSL 171.91º 0.77% 0.64% -
HSV(B) 171.91º 0.6% 0.92% -
XYZ 46.2 66.08 74.61 -
YUV 189.68 142.29 59.04 -
System Red Green Blue C M Y K H S L
Decimal 93 234 215 0.60 0 0.08 0.08 171.91 0.77 0.64
Hex 5D EA D7 3C 0 8 8 AC 4D 40
Octal 135 352 327 74 0 10 10 254 115 100
Binary 1011101 11101010 11010111 111100 0 1000 1000 10101100 1001101 1000000

Color Harmonies of #5DEAD7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5DEAD7

Black with #5DEAD7

Text Example


Text Example

White with #5DEAD7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(93,234,215); }

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

background-color css

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

 a { background-color: rgb(93,234,215); }

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

border-color css

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

 span { border-color: rgb(93,234,215); }

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