Html Css Color HEX #28DDB8 Turquoise

📋 copy color: '#28DDB8'

red 40 ◦ green 221 ◦ blue 184

#28DDB8
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Turquoise #28DDB8

Tints of Turquoise #28DDB8

RGB

 RED value IS 40 (16.02% from 255) = 8.99%

 GREEN value IS 221 (86.72% from 255) = 49.66%

 BLUE value IS 184 (72.27% from 255) = 41.35%

R = 8.99%
G = 49.66%
B = 41.35%

CMYK

 C value IS 0.82

 M value IS 0

 Y value IS 0.17

 K value IS 0.13

RGB Variations

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

Color information

#28DDB8 (or 0x28DDB8) is known color: Turquoise. HEX triplet: 28, DD and B8. RGB value is (40,221,184). Sum of RGB (Red+Green+Blue) = 40+221+184=445 (58% of max value = 765). Red value is 40 (16.02% from 255 or 8.99% from 445); Green value is 221 (86.72% from 255 or 49.66% from 445); Blue value is 184 (72.27% from 255 or 41.35% from 445); Max value from RGB is 221 - color contains mainly: green. Hex color #28DDB8 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #28DDB8 is #D72247. Grayscale: #A2A2A2. Windows color (decimal): -14099016 or 12115240. OLE color: 12115240.

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

Color convert

RGB 40 221 184 -
CMYK 0.82 0 0.17 0.13
HSL 167.73º 0.73% 0.51% -
HSV(B) 167.73º 0.82% 0.87% -
XYZ 35.38 55.62 54.22 -
YUV 162.66 140.03 40.51 -
System Red Green Blue C M Y K H S L
Decimal 40 221 184 0.82 0 0.17 0.13 167.73 0.73 0.51
Hex 28 DD B8 52 0 11 D A8 49 33
Octal 50 335 270 122 0 21 15 250 111 63
Binary 101000 11011101 10111000 1010010 0 10001 1101 10101000 1001001 110011

Color Harmonies of #28DDB8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #28DDB8

Black with #28DDB8

Text Example


Text Example

White with #28DDB8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #28DDB8;
 }
 .AnyTagClassName
 {
   color: #28DDB8;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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