Html Css Color HEX #28EAF6 Bright Turquoise

📋 copy color: '#28EAF6'

red 40 ◦ green 234 ◦ blue 246

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

Shades of Bright Turquoise #28EAF6

Tints of Bright Turquoise #28EAF6

RGB

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

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

 BLUE value IS 246 (96.48% from 255) = 47.31%

R = 7.69%
G = 45%
B = 47.31%

CMYK

 C value IS 0.84

 M value IS 0.05

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#28EAF6 (or 0x28EAF6) is known color: Bright Turquoise. HEX triplet: 28, EA and F6. RGB value is (40,234,246). Sum of RGB (Red+Green+Blue) = 40+234+246=520 (68% of max value = 765). Red value is 40 (16.02% from 255 or 7.69% from 520); Green value is 234 (91.80% from 255 or 45% from 520); Blue value is 246 (96.48% from 255 or 47.31% from 520); Max value from RGB is 246 - color contains mainly: blue. Hex color #28EAF6 is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #28EAF6 is #D71509. Grayscale: #B1B1B1. Windows color (decimal): -14095626 or 16181800. OLE color: 16181800.

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

Color convert

RGB 40 234 246 -
CMYK 0.84 0.05 0 0.04
HSL 183.5º 0.92% 0.56% -
HSV(B) 183.5º 0.84% 0.96% -
XYZ 46.93 65.95 97.44 -
YUV 177.36 166.73 30.02 -
System Red Green Blue C M Y K H S L
Decimal 40 234 246 0.84 0.05 0 0.04 183.5 0.92 0.56
Hex 28 EA F6 54 5 0 4 B7 5C 38
Octal 50 352 366 124 5 0 4 267 134 70
Binary 101000 11101010 11110110 1010100 101 0 100 10110111 1011100 111000

Color Harmonies of #28EAF6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #28EAF6

Black with #28EAF6

Text Example


Text Example

White with #28EAF6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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