#28DCEC

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

Shades of Bright Turquoise #28DCEC

Tints of Bright Turquoise #28DCEC

Color information

#28DCEC (or 0x28DCEC) is unknown color: approx Bright Turquoise. HEX triplet: 28, DC and EC. RGB value is (40,220,236). Sum of RGB (Red+Green+Blue) = 40+220+236=496 (65% of max value = 765). Red value is 40 (16.02% from 255 or 8.06% from 496); Green value is 220 (86.33% from 255 or 44.35% from 496); Blue value is 236 (92.58% from 255 or 47.58% from 496); Max value from RGB is 236 - color contains mainly: blue. Hex color #28DCEC is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #28DCEC is #D72313. Grayscale: #A7A7A7. Windows color (decimal): -14099220 or 15522856. OLE color: 15522856.

HSL color Cylindrical-coordinate representation of color #28DCEC: hue angle of 184.9º 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 #28DCEC is Cyan = 0.83, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB40220236-
CMYK0.830.0700.07
HSL184.9º83.76%54.12%-
HSV(B)184.9º83.05%92.55%-
XYZ41.6157.6988.3-
YUV168166.3736.7-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 8.06%
GREEN value IS 220 (86.33% from 255) = 44.35%
BLUE value IS 236 (92.58% from 255) = 47.58%
R=8.06%
G=44.35%
B=47.58%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal402202360.830.0700.07184.983.7654.12
Hex28DCEC53707b95436
Octal5033435412370727112466
Binary101000110111001110110010100111110111101110011010100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #28DCEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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