Html Css Color HEX #28EEED Bright Turquoise

📋 copy color: '#28EEED'

red 40 ◦ green 238 ◦ blue 237

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

Shades of Bright Turquoise #28EEED

Tints of Bright Turquoise #28EEED

RGB

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

 GREEN value IS 238 (93.36% from 255) = 46.21%

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

R = 7.77%
G = 46.21%
B = 46.02%

CMYK

 C value IS 0.83

 M value IS 0

 Y value IS 0.00

 K value IS 0.07

RGB Variations

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

Color information

#28EEED (or 0x28EEED) is known color: Bright Turquoise. HEX triplet: 28, EE and ED. RGB value is (40,238,237). Sum of RGB (Red+Green+Blue) = 40+238+237=515 (68% of max value = 765). Red value is 40 (16.02% from 255 or 7.77% from 515); Green value is 238 (93.36% from 255 or 46.21% from 515); Blue value is 237 (92.97% from 255 or 46.02% from 515); Max value from RGB is 238 - color contains mainly: green. Hex color #28EEED is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #28EEED is #D71112. Grayscale: #B2B2B2. Windows color (decimal): -14094611 or 15593000. OLE color: 15593000.

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

Color convert

RGB 40 238 237 -
CMYK 0.83 0 0.00 0.07
HSL 179.7º 0.85% 0.55% -
HSV(B) 179.7º 0.83% 0.93% -
XYZ 46.74 67.71 90.73 -
YUV 178.68 160.9 29.08 -
System Red Green Blue C M Y K H S L
Decimal 40 238 237 0.83 0 0.00 0.07 179.7 0.85 0.55
Hex 28 EE ED 53 0 0 7 B4 55 37
Octal 50 356 355 123 0 0 7 264 125 67
Binary 101000 11101110 11101101 1010011 0 0 111 10110100 1010101 110111

Color Harmonies of #28EEED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #28EEED

Black with #28EEED

Text Example


Text Example

White with #28EEED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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