Html Css Color HEX #28FED6 Turquoise

📋 copy color: '#28FED6'

red 40 ◦ green 254 ◦ blue 214

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

Shades of Turquoise #28FED6

Tints of Turquoise #28FED6

RGB

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

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

 BLUE value IS 214 (83.98% from 255) = 42.13%

R = 7.87%
G = 50%
B = 42.13%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.16

 K value IS 0.00

RGB Variations

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

Color information

#28FED6 (or 0x28FED6) is known color: Turquoise. HEX triplet: 28, FE and D6. RGB value is (40,254,214). Sum of RGB (Red+Green+Blue) = 40+254+214=508 (67% of max value = 765). Red value is 40 (16.02% from 255 or 7.87% from 508); Green value is 254 (99.61% from 255 or 50% from 508); Blue value is 214 (83.98% from 255 or 42.13% from 508); Max value from RGB is 254 - color contains mainly: green. Hex color #28FED6 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #28FED6 is #D70129. Grayscale: #B9B9B9. Windows color (decimal): -14090538 or 14089768. OLE color: 14089768.

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

Color convert

RGB 40 254 214 -
CMYK 0.84 0 0.16 0.00
HSL 168.79º 0.99% 0.58% -
HSV(B) 168.79º 0.84% 1% -
XYZ 48.45 76.19 75.77 -
YUV 185.45 144.1 24.25 -
System Red Green Blue C M Y K H S L
Decimal 40 254 214 0.84 0 0.16 0.00 168.79 0.99 0.58
Hex 28 FE D6 54 0 10 0 A9 63 3A
Octal 50 376 326 124 0 20 0 251 143 72
Binary 101000 11111110 11010110 1010100 0 10000 0 10101001 1100011 111010

Color Harmonies of #28FED6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #28FED6

Black with #28FED6

Text Example


Text Example

White with #28FED6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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