Html Css Color HEX #28EFEF Bright Turquoise

📋 copy color: '#28EFEF'

red 40 ◦ green 239 ◦ blue 239

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

Shades of Bright Turquoise #28EFEF

Tints of Bright Turquoise #28EFEF

RGB

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

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

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

R = 7.72%
G = 46.14%
B = 46.14%

CMYK

 C value IS 0.83

 M value IS 0

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#28EFEF (or 0x28EFEF) is known color: Bright Turquoise. HEX triplet: 28, EF and EF. RGB value is (40,239,239). Sum of RGB (Red+Green+Blue) = 40+239+239=518 (68% of max value = 765). Red value is 40 (16.02% from 255 or 7.72% from 518); Green value is 239 (93.75% from 255 or 46.14% from 518); Blue value is 239 (93.75% from 255 or 46.14% from 518); Max value from RGB is 239 - color contains mainly: green, blue. Hex color #28EFEF is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #28EFEF is #D71010. Grayscale: #B3B3B3. Windows color (decimal): -14094353 or 15724328. OLE color: 15724328.

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

Color convert

RGB 40 239 239 -
CMYK 0.83 0 0 0.06
HSL 180º 0.86% 0.55% -
HSV(B) 180º 0.83% 0.94% -
XYZ 47.32 68.42 92.37 -
YUV 179.5 161.57 28.5 -
System Red Green Blue C M Y K H S L
Decimal 40 239 239 0.83 0 0 0.06 180 0.86 0.55
Hex 28 EF EF 53 0 0 6 B4 56 37
Octal 50 357 357 123 0 0 6 264 126 67
Binary 101000 11101111 11101111 1010011 0 0 110 10110100 1010110 110111

Color Harmonies of #28EFEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #28EFEF

Black with #28EFEF

Text Example


Text Example

White with #28EFEF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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