Html Css Color HEX #28EAF0 Bright Turquoise

📋 copy color: '#28EAF0'

red 40 ◦ green 234 ◦ blue 240

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

Shades of Bright Turquoise #28EAF0

Tints of Bright Turquoise #28EAF0

RGB

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

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

 BLUE value IS 240 (94.14% from 255) = 46.69%

R = 7.78%
G = 45.53%
B = 46.69%

CMYK

 C value IS 0.83

 M value IS 0.02

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#28EAF0 (or 0x28EAF0) is known color: Bright Turquoise. HEX triplet: 28, EA and F0. RGB value is (40,234,240). Sum of RGB (Red+Green+Blue) = 40+234+240=514 (68% of max value = 765). Red value is 40 (16.02% from 255 or 7.78% from 514); Green value is 234 (91.80% from 255 or 45.53% from 514); Blue value is 240 (94.14% from 255 or 46.69% from 514); Max value from RGB is 240 - color contains mainly: blue. Hex color #28EAF0 is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #28EAF0 is #D7150F. Grayscale: #B0B0B0. Windows color (decimal): -14095632 or 15788584. OLE color: 15788584.

HSL color Cylindrical-coordinate representation of color #28EAF0: hue angle of 181.8º degrees, saturation: 0.87, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #28EAF0 is Cyan = 0.83, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 40 234 240 -
CMYK 0.83 0.02 0 0.06
HSL 181.8º 0.87% 0.55% -
HSV(B) 181.8º 0.83% 0.94% -
XYZ 46.03 65.59 92.67 -
YUV 176.68 163.73 30.51 -
System Red Green Blue C M Y K H S L
Decimal 40 234 240 0.83 0.02 0 0.06 181.8 0.87 0.55
Hex 28 EA F0 53 2 0 6 B6 57 37
Octal 50 352 360 123 2 0 6 266 127 67
Binary 101000 11101010 11110000 1010011 10 0 110 10110110 1010111 110111

Color Harmonies of #28EAF0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #28EAF0

Black with #28EAF0

Text Example


Text Example

White with #28EAF0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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