#28CEDF

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

Shades of Turquoise #28CEDF

Tints of Turquoise #28CEDF

Color information

#28CEDF (or 0x28CEDF) is unknown color: approx Turquoise. HEX triplet: 28, CE and DF. RGB value is (40,206,223). Sum of RGB (Red+Green+Blue) = 40+206+223=469 (62% of max value = 765). Red value is 40 (16.02% from 255 or 8.53% from 469); Green value is 206 (80.86% from 255 or 43.92% from 469); Blue value is 223 (87.5% from 255 or 47.55% from 469); Max value from RGB is 223 - color contains mainly: blue. Hex color #28CEDF is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #28CEDF is #D73120. Grayscale: #9E9E9E. Windows color (decimal): -14102817 or 14667304. OLE color: 14667304.

HSL color Cylindrical-coordinate representation of color #28CEDF: hue angle of 185.57º degrees, saturation: 0.74, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #28CEDF is Cyan = 0.82, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB40206223-
CMYK0.820.0800.13
HSL185.57º74.09%51.57%-
HSV(B)185.57º82.06%87.45%-
XYZ36.2749.9277.54-
YUV158.3164.543.62-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 8.53%
GREEN value IS 206 (80.86% from 255) = 43.92%
BLUE value IS 223 (87.5% from 255) = 47.55%
R=8.53%
G=43.92%
B=47.55%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal402062230.820.0800.13185.5774.0951.57
Hex28CEDF5280Dba4a34
Octal503163371221001527211264
Binary10100011001110110111111010010100001101101110101001010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #28CEDF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(40,206,223); }

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

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

 a { background-color: rgb(40,206,223); }

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

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

 span { border-color: rgb(40,206,223); }

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