Html Css Color HEX #28E7ED Bright Turquoise

📋 copy color: '#28E7ED'

red 40 ◦ green 231 ◦ blue 237

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

Shades of Bright Turquoise #28E7ED

Tints of Bright Turquoise #28E7ED

RGB

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

 GREEN value IS 231 (90.63% from 255) = 45.47%

 BLUE value IS 237 (92.97% from 255) = 46.65%

R = 7.87%
G = 45.47%
B = 46.65%

CMYK

 C value IS 0.83

 M value IS 0.03

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#28E7ED (or 0x28E7ED) is known color: Bright Turquoise. HEX triplet: 28, E7 and ED. RGB value is (40,231,237). Sum of RGB (Red+Green+Blue) = 40+231+237=508 (67% of max value = 765). Red value is 40 (16.02% from 255 or 7.87% from 508); Green value is 231 (90.62% from 255 or 45.47% from 508); Blue value is 237 (92.97% from 255 or 46.65% from 508); Max value from RGB is 237 - color contains mainly: blue. Hex color #28E7ED is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #28E7ED is #D71812. Grayscale: #AEAEAE. Windows color (decimal): -14096403 or 15591208. OLE color: 15591208.

HSL color Cylindrical-coordinate representation of color #28E7ED: hue angle of 181.83º degrees, saturation: 0.85, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #28E7ED is Cyan = 0.83, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 40 231 237 -
CMYK 0.83 0.03 0 0.07
HSL 181.83º 0.85% 0.54% -
HSV(B) 181.83º 0.83% 0.93% -
XYZ 44.74 63.72 90.06 -
YUV 174.58 163.22 32.01 -
System Red Green Blue C M Y K H S L
Decimal 40 231 237 0.83 0.03 0 0.07 181.83 0.85 0.54
Hex 28 E7 ED 53 3 0 7 B6 55 36
Octal 50 347 355 123 3 0 7 266 125 66
Binary 101000 11100111 11101101 1010011 11 0 111 10110110 1010101 110110

Color Harmonies of #28E7ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #28E7ED

Black with #28E7ED

Text Example


Text Example

White with #28E7ED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(40,231,237); }

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

background-color css

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

 a { background-color: rgb(40,231,237); }

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

border-color css

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

 span { border-color: rgb(40,231,237); }

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