#5AEBCD

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

Shades of Turquoise #5AEBCD

Tints of Turquoise #5AEBCD

Color information

#5AEBCD (or 0x5AEBCD) is unknown color: approx Turquoise. HEX triplet: 5A, EB and CD. RGB value is (90,235,205). Sum of RGB (Red+Green+Blue) = 90+235+205=530 (70% of max value = 765). Red value is 90 (35.55% from 255 or 16.98% from 530); Green value is 235 (92.19% from 255 or 44.34% from 530); Blue value is 205 (80.47% from 255 or 38.68% from 530); Max value from RGB is 235 - color contains mainly: green. Hex color #5AEBCD is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #5AEBCD is #A51432. Grayscale: #BCBCBC. Windows color (decimal): -10818611 or 13495130. OLE color: 13495130.

HSL color Cylindrical-coordinate representation of color #5AEBCD: hue angle of 167.59º degrees, saturation: 0.78, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #5AEBCD is Cyan = 0.62, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.08.

Color convert

RGB90235205-
CMYK0.6200.130.08
HSL167.59º78.38%63.73%-
HSV(B)167.59º61.7%92.16%-
XYZ44.946668.13-
YUV188.22137.4657.94-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 16.98%
GREEN value IS 235 (92.19% from 255) = 44.34%
BLUE value IS 205 (80.47% from 255) = 38.68%
R=16.98%
G=44.34%
B=38.68%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal902352050.6200.130.08167.5978.3863.73
Hex5AEBCD3E0D8a84e40
Octal1323533157601510250116100
Binary101101011101011110011011111100110110001010100010011101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5AEBCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(90,235,205); }

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

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

 a { background-color: rgb(90,235,205); }

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

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

 span { border-color: rgb(90,235,205); }

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