Html Css Color HEX #28FCE5 Bright Turquoise

📋 copy color: '#28FCE5'

red 40 ◦ green 252 ◦ blue 229

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

Shades of Bright Turquoise #28FCE5

Tints of Bright Turquoise #28FCE5

RGB

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

 GREEN value IS 252 (98.83% from 255) = 48.37%

 BLUE value IS 229 (89.84% from 255) = 43.95%

R = 7.68%
G = 48.37%
B = 43.95%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.09

 K value IS 0.01

RGB Variations

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

Color information

#28FCE5 (or 0x28FCE5) is known color: Bright Turquoise. HEX triplet: 28, FC and E5. RGB value is (40,252,229). Sum of RGB (Red+Green+Blue) = 40+252+229=521 (69% of max value = 765). Red value is 40 (16.02% from 255 or 7.68% from 521); Green value is 252 (98.83% from 255 or 48.37% from 521); Blue value is 229 (89.84% from 255 or 43.95% from 521); Max value from RGB is 252 - color contains mainly: green. Hex color #28FCE5 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #28FCE5 is #D7031A. Grayscale: #B9B9B9. Windows color (decimal): -14091035 or 15072296. OLE color: 15072296.

HSL color Cylindrical-coordinate representation of color #28FCE5: hue angle of 173.49º degrees, saturation: 0.97, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #28FCE5 is Cyan = 0.84, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.01.

Color convert

RGB 40 252 229 -
CMYK 0.84 0 0.09 0.01
HSL 173.49º 0.97% 0.57% -
HSV(B) 173.49º 0.84% 0.99% -
XYZ 49.83 75.73 86.12 -
YUV 185.99 152.26 23.87 -
System Red Green Blue C M Y K H S L
Decimal 40 252 229 0.84 0 0.09 0.01 173.49 0.97 0.57
Hex 28 FC E5 54 0 9 1 AD 61 39
Octal 50 374 345 124 0 11 1 255 141 71
Binary 101000 11111100 11100101 1010100 0 1001 1 10101101 1100001 111001

Color Harmonies of #28FCE5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #28FCE5

Black with #28FCE5

Text Example


Text Example

White with #28FCE5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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