Html Css Color HEX #28EDEB Bright Turquoise

📋 copy color: '#28EDEB'

red 40 ◦ green 237 ◦ blue 235

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

Shades of Bright Turquoise #28EDEB

Tints of Bright Turquoise #28EDEB

RGB

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

 GREEN value IS 237 (92.97% from 255) = 46.29%

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

R = 7.81%
G = 46.29%
B = 45.9%

CMYK

 C value IS 0.83

 M value IS 0

 Y value IS 0.01

 K value IS 0.07

RGB Variations

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

Color information

#28EDEB (or 0x28EDEB) is known color: Bright Turquoise. HEX triplet: 28, ED and EB. RGB value is (40,237,235). Sum of RGB (Red+Green+Blue) = 40+237+235=512 (67% of max value = 765). Red value is 40 (16.02% from 255 or 7.81% from 512); Green value is 237 (92.97% from 255 or 46.29% from 512); Blue value is 235 (92.19% from 255 or 45.90% from 512); Max value from RGB is 237 - color contains mainly: green. Hex color #28EDEB is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #28EDEB is #D71214. Grayscale: #B1B1B1. Windows color (decimal): -14094869 or 15461672. OLE color: 15461672.

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

Color convert

RGB 40 237 235 -
CMYK 0.83 0 0.01 0.07
HSL 179.39º 0.85% 0.54% -
HSV(B) 179.39º 0.83% 0.93% -
XYZ 46.15 67.02 89.1 -
YUV 177.87 160.23 29.66 -
System Red Green Blue C M Y K H S L
Decimal 40 237 235 0.83 0 0.01 0.07 179.39 0.85 0.54
Hex 28 ED EB 53 0 1 7 B3 55 36
Octal 50 355 353 123 0 1 7 263 125 66
Binary 101000 11101101 11101011 1010011 0 1 111 10110011 1010101 110110

Color Harmonies of #28EDEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #28EDEB

Black with #28EDEB

Text Example


Text Example

White with #28EDEB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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