Html Css Color HEX #28E2FF Bright Turquoise

📋 copy color: '#28E2FF'

red 40 ◦ green 226 ◦ blue 255

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

Shades of Bright Turquoise #28E2FF

Tints of Bright Turquoise #28E2FF

RGB

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

 GREEN value IS 226 (88.67% from 255) = 43.38%

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

R = 7.68%
G = 43.38%
B = 48.94%

CMYK

 C value IS 0.84

 M value IS 0.11

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#28E2FF (or 0x28E2FF) is known color: Bright Turquoise. HEX triplet: 28, E2 and FF. RGB value is (40,226,255). Sum of RGB (Red+Green+Blue) = 40+226+255=521 (69% of max value = 765). Red value is 40 (16.02% from 255 or 7.68% from 521); Green value is 226 (88.67% from 255 or 43.38% from 521); Blue value is 255 (100% from 255 or 48.94% from 521); Max value from RGB is 255 - color contains mainly: blue. Hex color #28E2FF is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #28E2FF is #D71D00. Grayscale: #ADADAD. Windows color (decimal): -14097665 or 16769576. OLE color: 16769576.

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

Color convert

RGB 40 226 255 -
CMYK 0.84 0.11 0 0
HSL 188.09º 1% 0.58% -
HSV(B) 188.09º 0.84% 1% -
XYZ 46.12 62.06 104.16 -
YUV 173.69 173.88 32.64 -
System Red Green Blue C M Y K H S L
Decimal 40 226 255 0.84 0.11 0 0 188.09 1 0.58
Hex 28 E2 FF 54 B 0 0 BC 64 3A
Octal 50 342 377 124 13 0 0 274 144 72
Binary 101000 11100010 11111111 1010100 1011 0 0 10111100 1100100 111010

Color Harmonies of #28E2FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #28E2FF

Black with #28E2FF

Text Example


Text Example

White with #28E2FF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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