Html Css Color HEX #28ECED Bright Turquoise

📋 copy color: '#28ECED'

red 40 ◦ green 236 ◦ blue 237

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

Shades of Bright Turquoise #28ECED

Tints of Bright Turquoise #28ECED

RGB

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

 GREEN value IS 236 (92.58% from 255) = 46%

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

R = 7.8%
G = 46%
B = 46.2%

CMYK

 C value IS 0.83

 M value IS 0.00

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#28ECED (or 0x28ECED) is known color: Bright Turquoise. HEX triplet: 28, EC and ED. RGB value is (40,236,237). Sum of RGB (Red+Green+Blue) = 40+236+237=513 (67% of max value = 765). Red value is 40 (16.02% from 255 or 7.80% from 513); Green value is 236 (92.58% from 255 or 46.00% from 513); Blue value is 237 (92.97% from 255 or 46.20% from 513); Max value from RGB is 237 - color contains mainly: blue. Hex color #28ECED is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #28ECED is #D71312. Grayscale: #B1B1B1. Windows color (decimal): -14095123 or 15592488. OLE color: 15592488.

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

Color convert

RGB 40 236 237 -
CMYK 0.83 0.00 0 0.07
HSL 180.3º 0.85% 0.54% -
HSV(B) 180.3º 0.83% 0.93% -
XYZ 46.16 66.56 90.53 -
YUV 177.51 161.57 29.92 -
System Red Green Blue C M Y K H S L
Decimal 40 236 237 0.83 0.00 0 0.07 180.3 0.85 0.54
Hex 28 EC ED 53 0 0 7 B4 55 36
Octal 50 354 355 123 0 0 7 264 125 66
Binary 101000 11101100 11101101 1010011 0 0 111 10110100 1010101 110110

Color Harmonies of #28ECED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #28ECED

Black with #28ECED

Text Example


Text Example

White with #28ECED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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