#5EDFE0

Color #5EDFE0 Turquoise Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Turquoise Blue #5EDFE0

Tints of Turquoise Blue #5EDFE0

Color information

#5EDFE0 (or 0x5EDFE0) is unknown color: approx Turquoise Blue. HEX triplet: 5E, DF and E0. RGB value is (94,223,224). Sum of RGB (Red+Green+Blue) = 94+223+224=541 (71% of max value = 765). Red value is 94 (37.11% from 255 or 17.38% from 541); Green value is 223 (87.5% from 255 or 41.22% from 541); Blue value is 224 (87.89% from 255 or 41.40% from 541); Max value from RGB is 224 - color contains mainly: blue. Hex color #5EDFE0 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5EDFE0 is #A1201F. Grayscale: #B8B8B8. Windows color (decimal): -10559520 or 14737246. OLE color: 14737246.

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

Color convert

RGB94223224-
CMYK0.580.0000.12
HSL180.46º67.71%62.35%-
HSV(B)180.46º58.04%87.84%-
XYZ44.4660.5479.86-
YUV184.54150.2663.42-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 17.38%
GREEN value IS 223 (87.5% from 255) = 41.22%
BLUE value IS 224 (87.89% from 255) = 41.40%
R=17.38%
G=41.22%
B=41.40%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.00
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal942232240.580.0000.12180.4667.7162.35
Hex5EDFE03A00Cb4443e
Octal13633734072001426410476
Binary10111101101111111100000111010001100101101001000100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5EDFE0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(94,223,224); }

 H1.HeaderClassName
 {
   color: #5EDFE0;
 }
 .AnyTagClassName
 {
   color: #5EDFE0;
 }
</style>
background-color css

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

 a { background-color: rgb(94,223,224); }

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

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

 span { border-color: rgb(94,223,224); }

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