Html Css Color HEX #28FED9 Turquoise

📋 copy color: '#28FED9'

red 40 ◦ green 254 ◦ blue 217

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

Shades of Turquoise #28FED9

Tints of Turquoise #28FED9

RGB

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

 GREEN value IS 254 (99.61% from 255) = 49.71%

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

R = 7.83%
G = 49.71%
B = 42.47%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.15

 K value IS 0.00

RGB Variations

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

Color information

#28FED9 (or 0x28FED9) is known color: Turquoise. HEX triplet: 28, FE and D9. RGB value is (40,254,217). Sum of RGB (Red+Green+Blue) = 40+254+217=511 (67% of max value = 765). Red value is 40 (16.02% from 255 or 7.83% from 511); Green value is 254 (99.61% from 255 or 49.71% from 511); Blue value is 217 (85.16% from 255 or 42.47% from 511); Max value from RGB is 254 - color contains mainly: green. Hex color #28FED9 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #28FED9 is #D70126. Grayscale: #B9B9B9. Windows color (decimal): -14090535 or 14286376. OLE color: 14286376.

HSL color Cylindrical-coordinate representation of color #28FED9: hue angle of 169.63º degrees, saturation: 0.99, lightness: 0.58%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #28FED9 is Cyan = 0.84, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.00.

Color convert

RGB 40 254 217 -
CMYK 0.84 0 0.15 0.00
HSL 169.63º 0.99% 0.58% -
HSV(B) 169.63º 0.84% 1% -
XYZ 48.84 76.34 77.81 -
YUV 185.8 145.6 24.01 -
System Red Green Blue C M Y K H S L
Decimal 40 254 217 0.84 0 0.15 0.00 169.63 0.99 0.58
Hex 28 FE D9 54 0 F 0 AA 63 3A
Octal 50 376 331 124 0 17 0 252 143 72
Binary 101000 11111110 11011001 1010100 0 1111 0 10101010 1100011 111010

Color Harmonies of #28FED9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #28FED9

Black with #28FED9

Text Example


Text Example

White with #28FED9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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