Html Css Color HEX #5DE1DD Turquoise Blue

📋 copy color: '#5DE1DD'

red 93 ◦ green 225 ◦ blue 221

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

Shades of Turquoise Blue #5DE1DD

Tints of Turquoise Blue #5DE1DD

RGB

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

 GREEN value IS 225 (88.28% from 255) = 41.74%

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

R = 17.25%
G = 41.74%
B = 41%

CMYK

 C value IS 0.59

 M value IS 0

 Y value IS 0.02

 K value IS 0.12

RGB Variations

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

Color information

#5DE1DD (or 0x5DE1DD) is known color: Turquoise Blue. HEX triplet: 5D, E1 and DD. RGB value is (93,225,221). Sum of RGB (Red+Green+Blue) = 93+225+221=539 (71% of max value = 765). Red value is 93 (36.72% from 255 or 17.25% from 539); Green value is 225 (88.28% from 255 or 41.74% from 539); Blue value is 221 (86.72% from 255 or 41.00% from 539); Max value from RGB is 225 - color contains mainly: green. Hex color #5DE1DD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5DE1DD is #A21E22. Grayscale: #B8B8B8. Windows color (decimal): -10624547 or 14541149. OLE color: 14541149.

HSL color Cylindrical-coordinate representation of color #5DE1DD: hue angle of 178.18º degrees, saturation: 0.69, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #5DE1DD is Cyan = 0.59, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.12.

Color convert

RGB 93 225 221 -
CMYK 0.59 0 0.02 0.12
HSL 178.18º 0.69% 0.62% -
HSV(B) 178.18º 0.59% 0.88% -
XYZ 44.49 61.4 77.91 -
YUV 185.08 148.27 62.33 -
System Red Green Blue C M Y K H S L
Decimal 93 225 221 0.59 0 0.02 0.12 178.18 0.69 0.62
Hex 5D E1 DD 3B 0 2 C B2 45 3E
Octal 135 341 335 73 0 2 14 262 105 76
Binary 1011101 11100001 11011101 111011 0 10 1100 10110010 1000101 111110

Color Harmonies of #5DE1DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5DE1DD

Black with #5DE1DD

Text Example


Text Example

White with #5DE1DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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