Html Css Color HEX #28EAB7 Turquoise

📋 copy color: '#28EAB7'

red 40 ◦ green 234 ◦ blue 183

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

Shades of Turquoise #28EAB7

Tints of Turquoise #28EAB7

RGB

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

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

 BLUE value IS 183 (71.88% from 255) = 40.04%

R = 8.75%
G = 51.2%
B = 40.04%

CMYK

 C value IS 0.83

 M value IS 0

 Y value IS 0.22

 K value IS 0.08

RGB Variations

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

Color information

#28EAB7 (or 0x28EAB7) is known color: Turquoise. HEX triplet: 28, EA and B7. RGB value is (40,234,183). Sum of RGB (Red+Green+Blue) = 40+234+183=457 (60% of max value = 765). Red value is 40 (16.02% from 255 or 8.75% from 457); Green value is 234 (91.80% from 255 or 51.20% from 457); Blue value is 183 (71.88% from 255 or 40.04% from 457); Max value from RGB is 234 - color contains mainly: green. Hex color #28EAB7 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #28EAB7 is #D71548. Grayscale: #AAAAAA. Windows color (decimal): -14095689 or 12053032. OLE color: 12053032.

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

Color convert

RGB 40 234 183 -
CMYK 0.83 0 0.22 0.08
HSL 164.23º 0.82% 0.54% -
HSV(B) 164.23º 0.83% 0.92% -
XYZ 38.85 62.72 54.86 -
YUV 170.18 135.23 35.15 -
System Red Green Blue C M Y K H S L
Decimal 40 234 183 0.83 0 0.22 0.08 164.23 0.82 0.54
Hex 28 EA B7 53 0 16 8 A4 52 36
Octal 50 352 267 123 0 26 10 244 122 66
Binary 101000 11101010 10110111 1010011 0 10110 1000 10100100 1010010 110110

Color Harmonies of #28EAB7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #28EAB7

Black with #28EAB7

Text Example


Text Example

White with #28EAB7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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