Html Css Color HEX #28EAB9 Turquoise

📋 copy color: '#28EAB9'

red 40 ◦ green 234 ◦ blue 185

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

Shades of Turquoise #28EAB9

Tints of Turquoise #28EAB9

RGB

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

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

 BLUE value IS 185 (72.66% from 255) = 40.31%

R = 8.71%
G = 50.98%
B = 40.31%

CMYK

 C value IS 0.83

 M value IS 0

 Y value IS 0.21

 K value IS 0.08

RGB Variations

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

Color information

#28EAB9 (or 0x28EAB9) is known color: Turquoise. HEX triplet: 28, EA and B9. RGB value is (40,234,185). Sum of RGB (Red+Green+Blue) = 40+234+185=459 (60% of max value = 765). Red value is 40 (16.02% from 255 or 8.71% from 459); Green value is 234 (91.80% from 255 or 50.98% from 459); Blue value is 185 (72.66% from 255 or 40.31% from 459); Max value from RGB is 234 - color contains mainly: green. Hex color #28EAB9 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #28EAB9 is #D71546. Grayscale: #AAAAAA. Windows color (decimal): -14095687 or 12184104. OLE color: 12184104.

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

Color convert

RGB 40 234 185 -
CMYK 0.83 0 0.21 0.08
HSL 164.85º 0.82% 0.54% -
HSV(B) 164.85º 0.83% 0.92% -
XYZ 39.05 62.8 55.96 -
YUV 170.41 136.23 34.98 -
System Red Green Blue C M Y K H S L
Decimal 40 234 185 0.83 0 0.21 0.08 164.85 0.82 0.54
Hex 28 EA B9 53 0 15 8 A5 52 36
Octal 50 352 271 123 0 25 10 245 122 66
Binary 101000 11101010 10111001 1010011 0 10101 1000 10100101 1010010 110110

Color Harmonies of #28EAB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #28EAB9

Black with #28EAB9

Text Example


Text Example

White with #28EAB9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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