#28ccd2

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

Shades of Turquoise #28CCD2

Tints of Turquoise #28CCD2

Color information

#28CCD2 (or 0x28CCD2) is unknown color: approx Turquoise. HEX triplet: 28, CC and D2. RGB value is (40,204,210). Sum of RGB (Red+Green+Blue) = 40+204+210=454 (60% of max value = 765). Red value is 40 (16.02% from 255 or 8.81% from 454); Green value is 204 (80.08% from 255 or 44.93% from 454); Blue value is 210 (82.42% from 255 or 46.26% from 454); Max value from RGB is 210 - color contains mainly: blue. Hex color #28CCD2 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #28CCD2 is #D7332D. Grayscale: #9B9B9B. Windows color (decimal): -14103342 or 13814824. OLE color: 13814824.

HSL color Cylindrical-coordinate representation of color #28CCD2: hue angle of 182.12º degrees, saturation: 0.68, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #28CCD2 is Cyan = 0.81, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB40204210-
CMYK0.810.0300.18
HSL182.12º68%49.02%-
HSV(B)182.12º80.95%82.35%-
XYZ34.148.2968.5-
YUV155.65158.6745.51-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 8.81%
GREEN value IS 204 (80.08% from 255) = 44.93%
BLUE value IS 210 (82.42% from 255) = 46.26%
R=8.81%
G=44.93%
B=46.26%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal402042100.810.0300.18182.126849.02
Hex28CCD2513012b64431
Octal50314322121302226610461
Binary1010001100110011010010101000111010010101101101000100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #28ccd2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(40,204,210); }

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

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

 a { background-color: rgb(40,204,210); }

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

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

 span { border-color: rgb(40,204,210); }

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