Html Css Color HEX #28E5FA Bright Turquoise

📋 copy color: '#28E5FA'

red 40 ◦ green 229 ◦ blue 250

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

Shades of Bright Turquoise #28E5FA

Tints of Bright Turquoise #28E5FA

RGB

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

 GREEN value IS 229 (89.84% from 255) = 44.12%

 BLUE value IS 250 (98.05% from 255) = 48.17%

R = 7.71%
G = 44.12%
B = 48.17%

CMYK

 C value IS 0.84

 M value IS 0.08

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#28E5FA (or 0x28E5FA) is known color: Bright Turquoise. HEX triplet: 28, E5 and FA. RGB value is (40,229,250). Sum of RGB (Red+Green+Blue) = 40+229+250=519 (68% of max value = 765). Red value is 40 (16.02% from 255 or 7.71% from 519); Green value is 229 (89.84% from 255 or 44.12% from 519); Blue value is 250 (98.05% from 255 or 48.17% from 519); Max value from RGB is 250 - color contains mainly: blue. Hex color #28E5FA is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #28E5FA is #D71A05. Grayscale: #AEAEAE. Windows color (decimal): -14096902 or 16442664. OLE color: 16442664.

HSL color Cylindrical-coordinate representation of color #28E5FA: hue angle of 186º degrees, saturation: 0.95, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #28E5FA is Cyan = 0.84, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 40 229 250 -
CMYK 0.84 0.08 0 0.02
HSL 186º 0.95% 0.57% -
HSV(B) 186º 0.84% 0.98% -
XYZ 46.15 63.39 100.25 -
YUV 174.88 170.38 31.79 -
System Red Green Blue C M Y K H S L
Decimal 40 229 250 0.84 0.08 0 0.02 186 0.95 0.57
Hex 28 E5 FA 54 8 0 2 BA 5F 39
Octal 50 345 372 124 10 0 2 272 137 71
Binary 101000 11100101 11111010 1010100 1000 0 10 10111010 1011111 111001

Color Harmonies of #28E5FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #28E5FA

Black with #28E5FA

Text Example


Text Example

White with #28E5FA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(40,229,250); }

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

background-color css

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

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

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

border-color css

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

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

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