#28D3E2

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

Shades of Turquoise #28D3E2

Tints of Turquoise #28D3E2

Color information

#28D3E2 (or 0x28D3E2) is unknown color: approx Turquoise. HEX triplet: 28, D3 and E2. RGB value is (40,211,226). Sum of RGB (Red+Green+Blue) = 40+211+226=477 (63% of max value = 765). Red value is 40 (16.02% from 255 or 8.39% from 477); Green value is 211 (82.81% from 255 or 44.23% from 477); Blue value is 226 (88.67% from 255 or 47.38% from 477); Max value from RGB is 226 - color contains mainly: blue. Hex color #28D3E2 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #28D3E2 is #D72C1D. Grayscale: #A1A1A1. Windows color (decimal): -14101534 or 14865192. OLE color: 14865192.

HSL color Cylindrical-coordinate representation of color #28D3E2: hue angle of 184.84º degrees, saturation: 0.76, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #28D3E2 is Cyan = 0.82, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB40211226-
CMYK0.820.0700.11
HSL184.84º76.23%52.16%-
HSV(B)184.84º82.3%88.63%-
XYZ37.952.5380.09-
YUV161.58164.3541.28-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 8.39%
GREEN value IS 211 (82.81% from 255) = 44.23%
BLUE value IS 226 (88.67% from 255) = 47.38%
R=8.39%
G=44.23%
B=47.38%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal402112260.820.0700.11184.8476.2352.16
Hex28D3E25270Bb94c34
Octal50323342122701327111464
Binary1010001101001111100010101001011101011101110011001100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #28D3E2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(40,211,226); }

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

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

 a { background-color: rgb(40,211,226); }

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

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

 span { border-color: rgb(40,211,226); }

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