Html Css Color HEX #28EFEC Bright Turquoise

📋 copy color: '#28EFEC'

red 40 ◦ green 239 ◦ blue 236

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

Shades of Bright Turquoise #28EFEC

Tints of Bright Turquoise #28EFEC

RGB

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

 GREEN value IS 239 (93.75% from 255) = 46.41%

 BLUE value IS 236 (92.58% from 255) = 45.83%

R = 7.77%
G = 46.41%
B = 45.83%

CMYK

 C value IS 0.83

 M value IS 0

 Y value IS 0.01

 K value IS 0.06

RGB Variations

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

Color information

#28EFEC (or 0x28EFEC) is known color: Bright Turquoise. HEX triplet: 28, EF and EC. RGB value is (40,239,236). Sum of RGB (Red+Green+Blue) = 40+239+236=515 (68% of max value = 765). Red value is 40 (16.02% from 255 or 7.77% from 515); Green value is 239 (93.75% from 255 or 46.41% from 515); Blue value is 236 (92.58% from 255 or 45.83% from 515); Max value from RGB is 239 - color contains mainly: green. Hex color #28EFEC is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #28EFEC is #D71013. Grayscale: #B2B2B2. Windows color (decimal): -14094356 or 15527720. OLE color: 15527720.

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

Color convert

RGB 40 239 236 -
CMYK 0.83 0 0.01 0.06
HSL 179.1º 0.86% 0.55% -
HSV(B) 179.1º 0.83% 0.94% -
XYZ 46.88 68.24 90.06 -
YUV 179.16 160.07 28.74 -
System Red Green Blue C M Y K H S L
Decimal 40 239 236 0.83 0 0.01 0.06 179.1 0.86 0.55
Hex 28 EF EC 53 0 1 6 B3 56 37
Octal 50 357 354 123 0 1 6 263 126 67
Binary 101000 11101111 11101100 1010011 0 1 110 10110011 1010110 110111

Color Harmonies of #28EFEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #28EFEC

Black with #28EFEC

Text Example


Text Example

White with #28EFEC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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