Html Css Color HEX #5DE9DD Turquoise Blue

📋 copy color: '#5DE9DD'

red 93 ◦ green 233 ◦ blue 221

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

Shades of Turquoise Blue #5DE9DD

Tints of Turquoise Blue #5DE9DD

RGB

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

 GREEN value IS 233 (91.41% from 255) = 42.6%

 BLUE value IS 221 (86.72% from 255) = 40.4%

R = 17%
G = 42.6%
B = 40.4%

CMYK

 C value IS 0.60

 M value IS 0

 Y value IS 0.05

 K value IS 0.09

RGB Variations

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

Color information

#5DE9DD (or 0x5DE9DD) is known color: Turquoise Blue. HEX triplet: 5D, E9 and DD. RGB value is (93,233,221). Sum of RGB (Red+Green+Blue) = 93+233+221=547 (72% of max value = 765). Red value is 93 (36.72% from 255 or 17.00% from 547); Green value is 233 (91.41% from 255 or 42.60% from 547); Blue value is 221 (86.72% from 255 or 40.40% from 547); Max value from RGB is 233 - color contains mainly: green. Hex color #5DE9DD is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #5DE9DD is #A21622. Grayscale: #BDBDBD. Windows color (decimal): -10622499 or 14543197. OLE color: 14543197.

HSL color Cylindrical-coordinate representation of color #5DE9DD: hue angle of 174.86º degrees, saturation: 0.76, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #5DE9DD is Cyan = 0.60, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.09.

Color convert

RGB 93 233 221 -
CMYK 0.60 0 0.05 0.09
HSL 174.86º 0.76% 0.64% -
HSV(B) 174.86º 0.6% 0.91% -
XYZ 46.7 65.83 78.65 -
YUV 189.77 145.62 58.98 -
System Red Green Blue C M Y K H S L
Decimal 93 233 221 0.60 0 0.05 0.09 174.86 0.76 0.64
Hex 5D E9 DD 3C 0 5 9 AF 4C 40
Octal 135 351 335 74 0 5 11 257 114 100
Binary 1011101 11101001 11011101 111100 0 101 1001 10101111 1001100 1000000

Color Harmonies of #5DE9DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5DE9DD

Black with #5DE9DD

Text Example


Text Example

White with #5DE9DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(93,233,221); }

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

background-color css

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

 a { background-color: rgb(93,233,221); }

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

border-color css

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

 span { border-color: rgb(93,233,221); }

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