Html Css Color HEX #28F0EB Bright Turquoise

📋 copy color: '#28F0EB'

red 40 ◦ green 240 ◦ blue 235

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

Shades of Bright Turquoise #28F0EB

Tints of Bright Turquoise #28F0EB

RGB

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

 GREEN value IS 240 (94.14% from 255) = 46.6%

 BLUE value IS 235 (92.19% from 255) = 45.63%

R = 7.77%
G = 46.6%
B = 45.63%

CMYK

 C value IS 0.83

 M value IS 0

 Y value IS 0.02

 K value IS 0.06

RGB Variations

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

Color information

#28F0EB (or 0x28F0EB) is known color: Bright Turquoise. HEX triplet: 28, F0 and EB. RGB value is (40,240,235). Sum of RGB (Red+Green+Blue) = 40+240+235=515 (68% of max value = 765). Red value is 40 (16.02% from 255 or 7.77% from 515); Green value is 240 (94.14% from 255 or 46.60% from 515); Blue value is 235 (92.19% from 255 or 45.63% from 515); Max value from RGB is 240 - color contains mainly: green. Hex color #28F0EB is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #28F0EB is #D70F14. Grayscale: #B3B3B3. Windows color (decimal): -14094101 or 15462440. OLE color: 15462440.

HSL color Cylindrical-coordinate representation of color #28F0EB: hue angle of 178.5º 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 #28F0EB is Cyan = 0.83, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.06.

Color convert

RGB 40 240 235 -
CMYK 0.83 0 0.02 0.06
HSL 178.5º 0.87% 0.55% -
HSV(B) 178.5º 0.83% 0.94% -
XYZ 47.03 68.77 89.39 -
YUV 179.63 159.24 28.41 -
System Red Green Blue C M Y K H S L
Decimal 40 240 235 0.83 0 0.02 0.06 178.5 0.87 0.55
Hex 28 F0 EB 53 0 2 6 B2 57 37
Octal 50 360 353 123 0 2 6 262 127 67
Binary 101000 11110000 11101011 1010011 0 10 110 10110010 1010111 110111

Color Harmonies of #28F0EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #28F0EB

Black with #28F0EB

Text Example


Text Example

White with #28F0EB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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