Html Css Color HEX #28F7E5 Bright Turquoise

📋 copy color: '#28F7E5'

red 40 ◦ green 247 ◦ blue 229

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

Shades of Bright Turquoise #28F7E5

Tints of Bright Turquoise #28F7E5

RGB

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

 GREEN value IS 247 (96.88% from 255) = 47.87%

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

R = 7.75%
G = 47.87%
B = 44.38%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.07

 K value IS 0.03

RGB Variations

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

Color information

#28F7E5 (or 0x28F7E5) is known color: Bright Turquoise. HEX triplet: 28, F7 and E5. RGB value is (40,247,229). Sum of RGB (Red+Green+Blue) = 40+247+229=516 (68% of max value = 765). Red value is 40 (16.02% from 255 or 7.75% from 516); Green value is 247 (96.88% from 255 or 47.87% from 516); Blue value is 229 (89.84% from 255 or 44.38% from 516); Max value from RGB is 247 - color contains mainly: green. Hex color #28F7E5 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #28F7E5 is #D7081A. Grayscale: #B6B6B6. Windows color (decimal): -14092315 or 15071016. OLE color: 15071016.

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

Color convert

RGB 40 247 229 -
CMYK 0.84 0 0.07 0.03
HSL 174.78º 0.93% 0.56% -
HSV(B) 174.78º 0.84% 0.97% -
XYZ 48.28 72.63 85.6 -
YUV 183.06 153.92 25.96 -
System Red Green Blue C M Y K H S L
Decimal 40 247 229 0.84 0 0.07 0.03 174.78 0.93 0.56
Hex 28 F7 E5 54 0 7 3 AF 5D 38
Octal 50 367 345 124 0 7 3 257 135 70
Binary 101000 11110111 11100101 1010100 0 111 11 10101111 1011101 111000

Color Harmonies of #28F7E5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #28F7E5

Black with #28F7E5

Text Example


Text Example

White with #28F7E5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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