Html Css Color HEX #28EABF Turquoise

📋 copy color: '#28EABF'

red 40 ◦ green 234 ◦ blue 191

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

Shades of Turquoise #28EABF

Tints of Turquoise #28EABF

RGB

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

 GREEN value IS 234 (91.8% from 255) = 50.32%

 BLUE value IS 191 (75% from 255) = 41.08%

R = 8.6%
G = 50.32%
B = 41.08%

CMYK

 C value IS 0.83

 M value IS 0

 Y value IS 0.18

 K value IS 0.08

RGB Variations

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

Color information

#28EABF (or 0x28EABF) is known color: Turquoise. HEX triplet: 28, EA and BF. RGB value is (40,234,191). Sum of RGB (Red+Green+Blue) = 40+234+191=465 (61% of max value = 765). Red value is 40 (16.02% from 255 or 8.60% from 465); Green value is 234 (91.80% from 255 or 50.32% from 465); Blue value is 191 (75% from 255 or 41.08% from 465); Max value from RGB is 234 - color contains mainly: green. Hex color #28EABF is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #28EABF is #D71540. Grayscale: #ABABAB. Windows color (decimal): -14095681 or 12577320. OLE color: 12577320.

HSL color Cylindrical-coordinate representation of color #28EABF: hue angle of 166.7º degrees, saturation: 0.82, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #28EABF is Cyan = 0.83, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.08.

Color convert

RGB 40 234 191 -
CMYK 0.83 0 0.18 0.08
HSL 166.7º 0.82% 0.54% -
HSV(B) 166.7º 0.83% 0.92% -
XYZ 39.7 63.06 59.37 -
YUV 171.09 139.23 34.5 -
System Red Green Blue C M Y K H S L
Decimal 40 234 191 0.83 0 0.18 0.08 166.7 0.82 0.54
Hex 28 EA BF 53 0 12 8 A7 52 36
Octal 50 352 277 123 0 22 10 247 122 66
Binary 101000 11101010 10111111 1010011 0 10010 1000 10100111 1010010 110110

Color Harmonies of #28EABF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #28EABF

Black with #28EABF

Text Example


Text Example

White with #28EABF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(40,234,191); }

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

background-color css

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

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

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

border-color css

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

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

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