Html Css Color HEX #28E4E9 Bright Turquoise

📋 copy color: '#28E4E9'

red 40 ◦ green 228 ◦ blue 233

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

Shades of Bright Turquoise #28E4E9

Tints of Bright Turquoise #28E4E9

RGB

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

 GREEN value IS 228 (89.45% from 255) = 45.51%

 BLUE value IS 233 (91.41% from 255) = 46.51%

R = 7.98%
G = 45.51%
B = 46.51%

CMYK

 C value IS 0.83

 M value IS 0.02

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#28E4E9 (or 0x28E4E9) is known color: Bright Turquoise. HEX triplet: 28, E4 and E9. RGB value is (40,228,233). Sum of RGB (Red+Green+Blue) = 40+228+233=501 (66% of max value = 765). Red value is 40 (16.02% from 255 or 7.98% from 501); Green value is 228 (89.45% from 255 or 45.51% from 501); Blue value is 233 (91.41% from 255 or 46.51% from 501); Max value from RGB is 233 - color contains mainly: blue. Hex color #28E4E9 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #28E4E9 is #D71B16. Grayscale: #ACACAC. Windows color (decimal): -14097175 or 15328296. OLE color: 15328296.

HSL color Cylindrical-coordinate representation of color #28E4E9: hue angle of 181.55º degrees, saturation: 0.81, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #28E4E9 is Cyan = 0.83, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 40 228 233 -
CMYK 0.83 0.02 0 0.09
HSL 181.55º 0.81% 0.54% -
HSV(B) 181.55º 0.83% 0.91% -
XYZ 43.33 61.82 86.74 -
YUV 172.36 162.22 33.59 -
System Red Green Blue C M Y K H S L
Decimal 40 228 233 0.83 0.02 0 0.09 181.55 0.81 0.54
Hex 28 E4 E9 53 2 0 9 B6 51 36
Octal 50 344 351 123 2 0 11 266 121 66
Binary 101000 11100100 11101001 1010011 10 0 1001 10110110 1010001 110110

Color Harmonies of #28E4E9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #28E4E9

Black with #28E4E9

Text Example


Text Example

White with #28E4E9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(40,228,233); }

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

background-color css

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

 a { background-color: rgb(40,228,233); }

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

border-color css

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

 span { border-color: rgb(40,228,233); }

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