Html Css Color HEX #28EAF7 Bright Turquoise

📋 copy color: '#28EAF7'

red 40 ◦ green 234 ◦ blue 247

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

Shades of Bright Turquoise #28EAF7

Tints of Bright Turquoise #28EAF7

RGB

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

 GREEN value IS 234 (91.8% from 255) = 44.91%

 BLUE value IS 247 (96.88% from 255) = 47.41%

R = 7.68%
G = 44.91%
B = 47.41%

CMYK

 C value IS 0.84

 M value IS 0.05

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#28EAF7 (or 0x28EAF7) is known color: Bright Turquoise. HEX triplet: 28, EA and F7. RGB value is (40,234,247). Sum of RGB (Red+Green+Blue) = 40+234+247=521 (69% of max value = 765). Red value is 40 (16.02% from 255 or 7.68% from 521); Green value is 234 (91.80% from 255 or 44.91% from 521); Blue value is 247 (96.88% from 255 or 47.41% from 521); Max value from RGB is 247 - color contains mainly: blue. Hex color #28EAF7 is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #28EAF7 is #D71508. Grayscale: #B1B1B1. Windows color (decimal): -14095625 or 16247336. OLE color: 16247336.

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

Color convert

RGB 40 234 247 -
CMYK 0.84 0.05 0 0.03
HSL 183.77º 0.93% 0.56% -
HSV(B) 183.77º 0.84% 0.97% -
XYZ 47.09 66.01 98.26 -
YUV 177.48 167.23 29.94 -
System Red Green Blue C M Y K H S L
Decimal 40 234 247 0.84 0.05 0 0.03 183.77 0.93 0.56
Hex 28 EA F7 54 5 0 3 B8 5D 38
Octal 50 352 367 124 5 0 3 270 135 70
Binary 101000 11101010 11110111 1010100 101 0 11 10111000 1011101 111000

Color Harmonies of #28EAF7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #28EAF7

Black with #28EAF7

Text Example


Text Example

White with #28EAF7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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