Html Css Color HEX #28F2EF Bright Turquoise

📋 copy color: '#28F2EF'

red 40 ◦ green 242 ◦ blue 239

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

Shades of Bright Turquoise #28F2EF

Tints of Bright Turquoise #28F2EF

RGB

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

 GREEN value IS 242 (94.92% from 255) = 46.45%

 BLUE value IS 239 (93.75% from 255) = 45.87%

R = 7.68%
G = 46.45%
B = 45.87%

CMYK

 C value IS 0.83

 M value IS 0

 Y value IS 0.01

 K value IS 0.05

RGB Variations

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

Color information

#28F2EF (or 0x28F2EF) is known color: Bright Turquoise. HEX triplet: 28, F2 and EF. RGB value is (40,242,239). Sum of RGB (Red+Green+Blue) = 40+242+239=521 (69% of max value = 765). Red value is 40 (16.02% from 255 or 7.68% from 521); Green value is 242 (94.92% from 255 or 46.45% from 521); Blue value is 239 (93.75% from 255 or 45.87% from 521); Max value from RGB is 242 - color contains mainly: green. Hex color #28F2EF is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #28F2EF is #D70D10. Grayscale: #B5B5B5. Windows color (decimal): -14093585 or 15725096. OLE color: 15725096.

HSL color Cylindrical-coordinate representation of color #28F2EF: hue angle of 179.11º degrees, saturation: 0.89, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #28F2EF is Cyan = 0.83, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.05.

Color convert

RGB 40 242 239 -
CMYK 0.83 0 0.01 0.05
HSL 179.11º 0.89% 0.55% -
HSV(B) 179.11º 0.83% 0.95% -
XYZ 48.21 70.19 92.67 -
YUV 181.26 160.58 27.24 -
System Red Green Blue C M Y K H S L
Decimal 40 242 239 0.83 0 0.01 0.05 179.11 0.89 0.55
Hex 28 F2 EF 53 0 1 5 B3 59 37
Octal 50 362 357 123 0 1 5 263 131 67
Binary 101000 11110010 11101111 1010011 0 1 101 10110011 1011001 110111

Color Harmonies of #28F2EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #28F2EF

Black with #28F2EF

Text Example


Text Example

White with #28F2EF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(40,242,239); }

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

background-color css

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

 a { background-color: rgb(40,242,239); }

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

border-color css

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

 span { border-color: rgb(40,242,239); }

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