Html Css Color HEX #5DE4EC Turquoise Blue

📋 copy color: '#5DE4EC'

red 93 ◦ green 228 ◦ blue 236

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

Shades of Turquoise Blue #5DE4EC

Tints of Turquoise Blue #5DE4EC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 42.37%

R = 16.7%
G = 40.93%
B = 42.37%

CMYK

 C value IS 0.61

 M value IS 0.03

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#5DE4EC (or 0x5DE4EC) is known color: Turquoise Blue. HEX triplet: 5D, E4 and EC. RGB value is (93,228,236). Sum of RGB (Red+Green+Blue) = 93+228+236=557 (73% of max value = 765). Red value is 93 (36.72% from 255 or 16.70% from 557); Green value is 228 (89.45% from 255 or 40.93% from 557); Blue value is 236 (92.58% from 255 or 42.37% from 557); Max value from RGB is 236 - color contains mainly: blue. Hex color #5DE4EC is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #5DE4EC is #A21B13. Grayscale: #BCBCBC. Windows color (decimal): -10623764 or 15524957. OLE color: 15524957.

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

Color convert

RGB 93 228 236 -
CMYK 0.61 0.03 0 0.07
HSL 183.36º 0.79% 0.65% -
HSV(B) 183.36º 0.61% 0.93% -
XYZ 47.4 63.87 89.19 -
YUV 188.55 154.77 59.85 -
System Red Green Blue C M Y K H S L
Decimal 93 228 236 0.61 0.03 0 0.07 183.36 0.79 0.65
Hex 5D E4 EC 3D 3 0 7 B7 4F 41
Octal 135 344 354 75 3 0 7 267 117 101
Binary 1011101 11100100 11101100 111101 11 0 111 10110111 1001111 1000001

Color Harmonies of #5DE4EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5DE4EC

Black with #5DE4EC

Text Example


Text Example

White with #5DE4EC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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