Html Css Color HEX #28FEC9 Turquoise

📋 copy color: '#28FEC9'

red 40 ◦ green 254 ◦ blue 201

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

Shades of Turquoise #28FEC9

Tints of Turquoise #28FEC9

RGB

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

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

 BLUE value IS 201 (78.91% from 255) = 40.61%

R = 8.08%
G = 51.31%
B = 40.61%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.21

 K value IS 0.00

RGB Variations

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

Color information

#28FEC9 (or 0x28FEC9) is known color: Turquoise. HEX triplet: 28, FE and C9. RGB value is (40,254,201). Sum of RGB (Red+Green+Blue) = 40+254+201=495 (65% of max value = 765). Red value is 40 (16.02% from 255 or 8.08% from 495); Green value is 254 (99.61% from 255 or 51.31% from 495); Blue value is 201 (78.91% from 255 or 40.61% from 495); Max value from RGB is 254 - color contains mainly: green. Hex color #28FEC9 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #28FEC9 is #D70136. Grayscale: #B7B7B7. Windows color (decimal): -14090551 or 13237800. OLE color: 13237800.

HSL color Cylindrical-coordinate representation of color #28FEC9: hue angle of 165.14º 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 #28FEC9 is Cyan = 0.84, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.00.

Color convert

RGB 40 254 201 -
CMYK 0.84 0 0.21 0.00
HSL 165.14º 0.99% 0.58% -
HSV(B) 165.14º 0.84% 1% -
XYZ 46.86 75.55 67.37 -
YUV 183.97 137.6 25.31 -
System Red Green Blue C M Y K H S L
Decimal 40 254 201 0.84 0 0.21 0.00 165.14 0.99 0.58
Hex 28 FE C9 54 0 15 0 A5 63 3A
Octal 50 376 311 124 0 25 0 245 143 72
Binary 101000 11111110 11001001 1010100 0 10101 0 10100101 1100011 111010

Color Harmonies of #28FEC9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #28FEC9

Black with #28FEC9

Text Example


Text Example

White with #28FEC9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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