Html Css Color HEX #28E0FF Bright Turquoise

📋 copy color: '#28E0FF'

red 40 ◦ green 224 ◦ blue 255

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

Shades of Bright Turquoise #28E0FF

Tints of Bright Turquoise #28E0FF

RGB

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

 GREEN value IS 224 (87.89% from 255) = 43.16%

 BLUE value IS 255 (100% from 255) = 49.13%

R = 7.71%
G = 43.16%
B = 49.13%

CMYK

 C value IS 0.84

 M value IS 0.12

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#28E0FF (or 0x28E0FF) is known color: Bright Turquoise. HEX triplet: 28, E0 and FF. RGB value is (40,224,255). Sum of RGB (Red+Green+Blue) = 40+224+255=519 (68% of max value = 765). Red value is 40 (16.02% from 255 or 7.71% from 519); Green value is 224 (87.89% from 255 or 43.16% from 519); Blue value is 255 (100% from 255 or 49.13% from 519); Max value from RGB is 255 - color contains mainly: blue. Hex color #28E0FF is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #28E0FF is #D71F00. Grayscale: #ACACAC. Windows color (decimal): -14098177 or 16769064. OLE color: 16769064.

HSL color Cylindrical-coordinate representation of color #28E0FF: hue angle of 188.65º degrees, saturation: 1, lightness: 0.58%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #28E0FF is Cyan = 0.84, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 40 224 255 -
CMYK 0.84 0.12 0 0
HSL 188.65º 1% 0.58% -
HSV(B) 188.65º 0.84% 1% -
XYZ 45.58 60.98 103.98 -
YUV 172.52 174.54 33.48 -
System Red Green Blue C M Y K H S L
Decimal 40 224 255 0.84 0.12 0 0 188.65 1 0.58
Hex 28 E0 FF 54 C 0 0 BD 64 3A
Octal 50 340 377 124 14 0 0 275 144 72
Binary 101000 11100000 11111111 1010100 1100 0 0 10111101 1100100 111010

Color Harmonies of #28E0FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #28E0FF

Black with #28E0FF

Text Example


Text Example

White with #28E0FF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(40,224,255); }

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

background-color css

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

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

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

border-color css

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

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

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