Html Css Color HEX #28FEEB Bright Turquoise

📋 copy color: '#28FEEB'

red 40 ◦ green 254 ◦ blue 235

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

Shades of Bright Turquoise #28FEEB

Tints of Bright Turquoise #28FEEB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 44.42%

R = 7.56%
G = 48.02%
B = 44.42%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.07

 K value IS 0.00

RGB Variations

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

Color information

#28FEEB (or 0x28FEEB) is known color: Bright Turquoise. HEX triplet: 28, FE and EB. RGB value is (40,254,235). Sum of RGB (Red+Green+Blue) = 40+254+235=529 (70% of max value = 765). Red value is 40 (16.02% from 255 or 7.56% from 529); Green value is 254 (99.61% from 255 or 48.02% from 529); Blue value is 235 (92.19% from 255 or 44.42% from 529); Max value from RGB is 254 - color contains mainly: green. Hex color #28FEEB is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #28FEEB is #D70114. Grayscale: #BBBBBB. Windows color (decimal): -14090517 or 15466024. OLE color: 15466024.

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

Color convert

RGB 40 254 235 -
CMYK 0.84 0 0.07 0.00
HSL 174.67º 0.99% 0.58% -
HSV(B) 174.67º 0.84% 1% -
XYZ 51.31 77.33 90.82 -
YUV 187.85 154.6 22.54 -
System Red Green Blue C M Y K H S L
Decimal 40 254 235 0.84 0 0.07 0.00 174.67 0.99 0.58
Hex 28 FE EB 54 0 7 0 AF 63 3A
Octal 50 376 353 124 0 7 0 257 143 72
Binary 101000 11111110 11101011 1010100 0 111 0 10101111 1100011 111010

Color Harmonies of #28FEEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #28FEEB

Black with #28FEEB

Text Example


Text Example

White with #28FEEB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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