Html Css Color HEX #28E4DB Turquoise

📋 copy color: '#28E4DB'

red 40 ◦ green 228 ◦ blue 219

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

Shades of Turquoise #28E4DB

Tints of Turquoise #28E4DB

RGB

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

 GREEN value IS 228 (89.45% from 255) = 46.82%

 BLUE value IS 219 (85.94% from 255) = 44.97%

R = 8.21%
G = 46.82%
B = 44.97%

CMYK

 C value IS 0.82

 M value IS 0

 Y value IS 0.04

 K value IS 0.11

RGB Variations

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

Color information

#28E4DB (or 0x28E4DB) is known color: Turquoise. HEX triplet: 28, E4 and DB. RGB value is (40,228,219). Sum of RGB (Red+Green+Blue) = 40+228+219=487 (64% of max value = 765). Red value is 40 (16.02% from 255 or 8.21% from 487); Green value is 228 (89.45% from 255 or 46.82% from 487); Blue value is 219 (85.94% from 255 or 44.97% from 487); Max value from RGB is 228 - color contains mainly: green. Hex color #28E4DB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #28E4DB is #D71B24. Grayscale: #AAAAAA. Windows color (decimal): -14097189 or 14410792. OLE color: 14410792.

HSL color Cylindrical-coordinate representation of color #28E4DB: hue angle of 177.13º degrees, saturation: 0.78, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #28E4DB is Cyan = 0.82, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.11.

Color convert

RGB 40 228 219 -
CMYK 0.82 0 0.04 0.11
HSL 177.13º 0.78% 0.53% -
HSV(B) 177.13º 0.82% 0.89% -
XYZ 41.4 61.05 76.62 -
YUV 170.76 155.22 34.73 -
System Red Green Blue C M Y K H S L
Decimal 40 228 219 0.82 0 0.04 0.11 177.13 0.78 0.53
Hex 28 E4 DB 52 0 4 B B1 4E 35
Octal 50 344 333 122 0 4 13 261 116 65
Binary 101000 11100100 11011011 1010010 0 100 1011 10110001 1001110 110101

Color Harmonies of #28E4DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #28E4DB

Black with #28E4DB

Text Example


Text Example

White with #28E4DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(40,228,219); }

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

background-color css

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

 a { background-color: rgb(40,228,219); }

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

border-color css

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

 span { border-color: rgb(40,228,219); }

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