Html Css Color HEX #28E1D9 Turquoise

📋 copy color: '#28E1D9'

red 40 ◦ green 225 ◦ blue 217

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

Shades of Turquoise #28E1D9

Tints of Turquoise #28E1D9

RGB

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

 GREEN value IS 225 (88.28% from 255) = 46.68%

 BLUE value IS 217 (85.16% from 255) = 45.02%

R = 8.3%
G = 46.68%
B = 45.02%

CMYK

 C value IS 0.82

 M value IS 0

 Y value IS 0.04

 K value IS 0.12

RGB Variations

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

Color information

#28E1D9 (or 0x28E1D9) is known color: Turquoise. HEX triplet: 28, E1 and D9. RGB value is (40,225,217). Sum of RGB (Red+Green+Blue) = 40+225+217=482 (63% of max value = 765). Red value is 40 (16.02% from 255 or 8.30% from 482); Green value is 225 (88.28% from 255 or 46.68% from 482); Blue value is 217 (85.16% from 255 or 45.02% from 482); Max value from RGB is 225 - color contains mainly: green. Hex color #28E1D9 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #28E1D9 is #D71E26. Grayscale: #A8A8A8. Windows color (decimal): -14097959 or 14278952. OLE color: 14278952.

HSL color Cylindrical-coordinate representation of color #28E1D9: hue angle of 177.41º degrees, saturation: 0.76, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #28E1D9 is Cyan = 0.82, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.12.

Color convert

RGB 40 225 217 -
CMYK 0.82 0 0.04 0.12
HSL 177.41º 0.76% 0.52% -
HSV(B) 177.41º 0.82% 0.88% -
XYZ 40.32 59.31 74.97 -
YUV 168.77 155.21 36.15 -
System Red Green Blue C M Y K H S L
Decimal 40 225 217 0.82 0 0.04 0.12 177.41 0.76 0.52
Hex 28 E1 D9 52 0 4 C B1 4C 34
Octal 50 341 331 122 0 4 14 261 114 64
Binary 101000 11100001 11011001 1010010 0 100 1100 10110001 1001100 110100

Color Harmonies of #28E1D9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #28E1D9

Black with #28E1D9

Text Example


Text Example

White with #28E1D9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(40,225,217); }

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

background-color css

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

 a { background-color: rgb(40,225,217); }

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

border-color css

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

 span { border-color: rgb(40,225,217); }

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