#28ECBA

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

Shades of Turquoise #28ECBA

Tints of Turquoise #28ECBA

Color information

#28ECBA (or 0x28ECBA) is unknown color: approx Turquoise. HEX triplet: 28, EC and BA. RGB value is (40,236,186). Sum of RGB (Red+Green+Blue) = 40+236+186=462 (61% of max value = 765). Red value is 40 (16.02% from 255 or 8.66% from 462); Green value is 236 (92.58% from 255 or 51.08% from 462); Blue value is 186 (73.05% from 255 or 40.26% from 462); Max value from RGB is 236 - color contains mainly: green. Hex color #28ECBA is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #28ECBA is #D71345. Grayscale: #ABABAB. Windows color (decimal): -14095174 or 12250152. OLE color: 12250152.

HSL color Cylindrical-coordinate representation of color #28ECBA: hue angle of 164.69º degrees, saturation: 0.84, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #28ECBA is Cyan = 0.83, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.07.

Color convert

RGB40236186-
CMYK0.8300.210.07
HSL164.69º83.76%54.12%-
HSV(B)164.69º83.05%92.55%-
XYZ39.7363.9956.71-
YUV171.7136.0734.07-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 8.66%
GREEN value IS 236 (92.58% from 255) = 51.08%
BLUE value IS 186 (73.05% from 255) = 40.26%
R=8.66%
G=51.08%
B=40.26%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal402361860.8300.210.07164.6983.7654.12
Hex28ECBA530157a55436
Octal50354272123025724512466
Binary10100011101100101110101010011010101111101001011010100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #28ECBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #28ECBA; }

 p { color: rgb(40,236,186); }

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

<style>
 a { background-color: #28ECBA; }

 a { background-color: rgb(40,236,186); }

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

<style>
 span { border-color: #28ECBA; }

 span { border-color: rgb(40,236,186); }

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