Html Css Color HEX #28FBEE Bright Turquoise

📋 copy color: '#28FBEE'

red 40 ◦ green 251 ◦ blue 238

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

Shades of Bright Turquoise #28FBEE

Tints of Bright Turquoise #28FBEE

RGB

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

 GREEN value IS 251 (98.44% from 255) = 47.45%

 BLUE value IS 238 (93.36% from 255) = 44.99%

R = 7.56%
G = 47.45%
B = 44.99%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.05

 K value IS 0.02

RGB Variations

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

Color information

#28FBEE (or 0x28FBEE) is known color: Bright Turquoise. HEX triplet: 28, FB and EE. RGB value is (40,251,238). Sum of RGB (Red+Green+Blue) = 40+251+238=529 (70% of max value = 765). Red value is 40 (16.02% from 255 or 7.56% from 529); Green value is 251 (98.44% from 255 or 47.45% from 529); Blue value is 238 (93.36% from 255 or 44.99% from 529); Max value from RGB is 251 - color contains mainly: green. Hex color #28FBEE is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #28FBEE is #D70411. Grayscale: #BABABA. Windows color (decimal): -14091282 or 15661864. OLE color: 15661864.

HSL color Cylindrical-coordinate representation of color #28FBEE: hue angle of 176.3º degrees, saturation: 0.96, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #28FBEE is Cyan = 0.84, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.02.

Color convert

RGB 40 251 238 -
CMYK 0.84 0 0.05 0.02
HSL 176.3º 0.96% 0.57% -
HSV(B) 176.3º 0.84% 0.98% -
XYZ 50.8 75.62 92.81 -
YUV 186.43 157.1 23.56 -
System Red Green Blue C M Y K H S L
Decimal 40 251 238 0.84 0 0.05 0.02 176.3 0.96 0.57
Hex 28 FB EE 54 0 5 2 B0 60 39
Octal 50 373 356 124 0 5 2 260 140 71
Binary 101000 11111011 11101110 1010100 0 101 10 10110000 1100000 111001

Color Harmonies of #28FBEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #28FBEE

Black with #28FBEE

Text Example


Text Example

White with #28FBEE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(40,251,238); }

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

background-color css

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

 a { background-color: rgb(40,251,238); }

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

border-color css

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

 span { border-color: rgb(40,251,238); }

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