Html Css Color HEX #28F5E3 Bright Turquoise

📋 copy color: '#28F5E3'

red 40 ◦ green 245 ◦ blue 227

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

Shades of Bright Turquoise #28F5E3

Tints of Bright Turquoise #28F5E3

RGB

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

 GREEN value IS 245 (96.09% from 255) = 47.85%

 BLUE value IS 227 (89.06% from 255) = 44.34%

R = 7.81%
G = 47.85%
B = 44.34%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.07

 K value IS 0.04

RGB Variations

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

Color information

#28F5E3 (or 0x28F5E3) is known color: Bright Turquoise. HEX triplet: 28, F5 and E3. RGB value is (40,245,227). Sum of RGB (Red+Green+Blue) = 40+245+227=512 (67% of max value = 765). Red value is 40 (16.02% from 255 or 7.81% from 512); Green value is 245 (96.09% from 255 or 47.85% from 512); Blue value is 227 (89.06% from 255 or 44.34% from 512); Max value from RGB is 245 - color contains mainly: green. Hex color #28F5E3 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #28F5E3 is #D70A1C. Grayscale: #B5B5B5. Windows color (decimal): -14092829 or 14939432. OLE color: 14939432.

HSL color Cylindrical-coordinate representation of color #28F5E3: hue angle of 174.73º degrees, saturation: 0.91, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #28F5E3 is Cyan = 0.84, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.04.

Color convert

RGB 40 245 227 -
CMYK 0.84 0 0.07 0.04
HSL 174.73º 0.91% 0.56% -
HSV(B) 174.73º 0.84% 0.96% -
XYZ 47.39 71.3 83.94 -
YUV 181.65 153.58 26.96 -
System Red Green Blue C M Y K H S L
Decimal 40 245 227 0.84 0 0.07 0.04 174.73 0.91 0.56
Hex 28 F5 E3 54 0 7 4 AF 5B 38
Octal 50 365 343 124 0 7 4 257 133 70
Binary 101000 11110101 11100011 1010100 0 111 100 10101111 1011011 111000

Color Harmonies of #28F5E3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #28F5E3

Black with #28F5E3

Text Example


Text Example

White with #28F5E3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(40,245,227); }

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

background-color css

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

 a { background-color: rgb(40,245,227); }

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

border-color css

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

 span { border-color: rgb(40,245,227); }

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