#28ddf5

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

Shades of Bright Turquoise #28DDF5

Tints of Bright Turquoise #28DDF5

Color information

#28DDF5 (or 0x28DDF5) is unknown color: approx Bright Turquoise. HEX triplet: 28, DD and F5. RGB value is (40,221,245). Sum of RGB (Red+Green+Blue) = 40+221+245=506 (67% of max value = 765). Red value is 40 (16.02% from 255 or 7.91% from 506); Green value is 221 (86.72% from 255 or 43.68% from 506); Blue value is 245 (96.09% from 255 or 48.42% from 506); Max value from RGB is 245 - color contains mainly: blue. Hex color #28DDF5 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #28DDF5 is #D7220A. Grayscale: #A9A9A9. Windows color (decimal): -14098955 or 16112936. OLE color: 16112936.

HSL color Cylindrical-coordinate representation of color #28DDF5: hue angle of 187.02º degrees, saturation: 0.91, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #28DDF5 is Cyan = 0.84, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB40221245-
CMYK0.840.1000.04
HSL187.02º91.11%55.88%-
HSV(B)187.02º83.67%96.08%-
XYZ43.2158.7695.45-
YUV169.62170.5335.55-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 7.91%
GREEN value IS 221 (86.72% from 255) = 43.68%
BLUE value IS 245 (96.09% from 255) = 48.42%
R=7.91%
G=43.68%
B=48.42%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal402212450.840.1000.04187.0291.1155.88
Hex28DDF554A04bb5b38
Octal50335365124120427313370
Binary1010001101110111110101101010010100100101110111011011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #28ddf5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(40,221,245); }

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

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

 a { background-color: rgb(40,221,245); }

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

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

 span { border-color: rgb(40,221,245); }

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