Html Css Color HEX #28EDED Bright Turquoise

📋 copy color: '#28EDED'

red 40 ◦ green 237 ◦ blue 237

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

Shades of Bright Turquoise #28EDED

Tints of Bright Turquoise #28EDED

RGB

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

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

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

R = 7.78%
G = 46.11%
B = 46.11%

CMYK

 C value IS 0.83

 M value IS 0

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#28EDED (or 0x28EDED) is known color: Bright Turquoise. HEX triplet: 28, ED and ED. RGB value is (40,237,237). Sum of RGB (Red+Green+Blue) = 40+237+237=514 (68% of max value = 765). Red value is 40 (16.02% from 255 or 7.78% from 514); Green value is 237 (92.97% from 255 or 46.11% from 514); Blue value is 237 (92.97% from 255 or 46.11% from 514); Max value from RGB is 237 - color contains mainly: green, blue. Hex color #28EDED is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #28EDED is #D71212. Grayscale: #B1B1B1. Windows color (decimal): -14094867 or 15592744. OLE color: 15592744.

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

Color convert

RGB 40 237 237 -
CMYK 0.83 0 0 0.07
HSL 180º 0.85% 0.54% -
HSV(B) 180º 0.83% 0.93% -
XYZ 46.45 67.13 90.63 -
YUV 178.1 161.23 29.5 -
System Red Green Blue C M Y K H S L
Decimal 40 237 237 0.83 0 0 0.07 180 0.85 0.54
Hex 28 ED ED 53 0 0 7 B4 55 36
Octal 50 355 355 123 0 0 7 264 125 66
Binary 101000 11101101 11101101 1010011 0 0 111 10110100 1010101 110110

Color Harmonies of #28EDED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #28EDED

Black with #28EDED

Text Example


Text Example

White with #28EDED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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