Html Css Color HEX #5DE4DE Turquoise Blue

📋 copy color: '#5DE4DE'

red 93 ◦ green 228 ◦ blue 222

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

Shades of Turquoise Blue #5DE4DE

Tints of Turquoise Blue #5DE4DE

RGB

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

 GREEN value IS 228 (89.45% from 255) = 41.99%

 BLUE value IS 222 (87.11% from 255) = 40.88%

R = 17.13%
G = 41.99%
B = 40.88%

CMYK

 C value IS 0.59

 M value IS 0

 Y value IS 0.03

 K value IS 0.11

RGB Variations

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

Color information

#5DE4DE (or 0x5DE4DE) is known color: Turquoise Blue. HEX triplet: 5D, E4 and DE. RGB value is (93,228,222). Sum of RGB (Red+Green+Blue) = 93+228+222=543 (71% of max value = 765). Red value is 93 (36.72% from 255 or 17.13% from 543); Green value is 228 (89.45% from 255 or 41.99% from 543); Blue value is 222 (87.11% from 255 or 40.88% from 543); Max value from RGB is 228 - color contains mainly: green. Hex color #5DE4DE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5DE4DE is #A21B21. Grayscale: #BABABA. Windows color (decimal): -10623778 or 14607453. OLE color: 14607453.

HSL color Cylindrical-coordinate representation of color #5DE4DE: hue angle of 177.33º degrees, saturation: 0.71, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #5DE4DE is Cyan = 0.59, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.11.

Color convert

RGB 93 228 222 -
CMYK 0.59 0 0.03 0.11
HSL 177.33º 0.71% 0.63% -
HSV(B) 177.33º 0.59% 0.89% -
XYZ 45.44 63.09 78.89 -
YUV 186.95 147.77 60.99 -
System Red Green Blue C M Y K H S L
Decimal 93 228 222 0.59 0 0.03 0.11 177.33 0.71 0.63
Hex 5D E4 DE 3B 0 3 B B1 47 3F
Octal 135 344 336 73 0 3 13 261 107 77
Binary 1011101 11100100 11011110 111011 0 11 1011 10110001 1000111 111111

Color Harmonies of #5DE4DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5DE4DE

Black with #5DE4DE

Text Example


Text Example

White with #5DE4DE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(93,228,222); }

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

background-color css

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

 a { background-color: rgb(93,228,222); }

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

border-color css

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

 span { border-color: rgb(93,228,222); }

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