Html Css Color HEX #28D8EA Bright Turquoise

📋 copy color: '#28D8EA'

red 40 ◦ green 216 ◦ blue 234

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

Shades of Bright Turquoise #28D8EA

Tints of Bright Turquoise #28D8EA

RGB

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

 GREEN value IS 216 (84.77% from 255) = 44.08%

 BLUE value IS 234 (91.8% from 255) = 47.76%

R = 8.16%
G = 44.08%
B = 47.76%

CMYK

 C value IS 0.83

 M value IS 0.08

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#28D8EA (or 0x28D8EA) is known color: Bright Turquoise. HEX triplet: 28, D8 and EA. RGB value is (40,216,234). Sum of RGB (Red+Green+Blue) = 40+216+234=490 (64% of max value = 765). Red value is 40 (16.02% from 255 or 8.16% from 490); Green value is 216 (84.77% from 255 or 44.08% from 490); Blue value is 234 (91.80% from 255 or 47.76% from 490); Max value from RGB is 234 - color contains mainly: blue. Hex color #28D8EA is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #28D8EA is #D72715. Grayscale: #A5A5A5. Windows color (decimal): -14100246 or 15390760. OLE color: 15390760.

HSL color Cylindrical-coordinate representation of color #28D8EA: hue angle of 185.57º degrees, saturation: 0.82, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #28D8EA is Cyan = 0.83, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 40 216 234 -
CMYK 0.83 0.08 0 0.08
HSL 185.57º 0.82% 0.54% -
HSV(B) 185.57º 0.83% 0.92% -
XYZ 40.28 55.5 86.43 -
YUV 165.43 166.69 38.54 -
System Red Green Blue C M Y K H S L
Decimal 40 216 234 0.83 0.08 0 0.08 185.57 0.82 0.54
Hex 28 D8 EA 53 8 0 8 BA 52 36
Octal 50 330 352 123 10 0 10 272 122 66
Binary 101000 11011000 11101010 1010011 1000 0 1000 10111010 1010010 110110

Color Harmonies of #28D8EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #28D8EA

Black with #28D8EA

Text Example


Text Example

White with #28D8EA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(40,216,234); }

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

background-color css

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

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

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

border-color css

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

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

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