Html Css Color HEX #28E5BE Turquoise

📋 copy color: '#28E5BE'

red 40 ◦ green 229 ◦ blue 190

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

Shades of Turquoise #28E5BE

Tints of Turquoise #28E5BE

RGB

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

 GREEN value IS 229 (89.84% from 255) = 49.89%

 BLUE value IS 190 (74.61% from 255) = 41.39%

R = 8.71%
G = 49.89%
B = 41.39%

CMYK

 C value IS 0.83

 M value IS 0

 Y value IS 0.17

 K value IS 0.10

RGB Variations

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

Color information

#28E5BE (or 0x28E5BE) is known color: Turquoise. HEX triplet: 28, E5 and BE. RGB value is (40,229,190). Sum of RGB (Red+Green+Blue) = 40+229+190=459 (60% of max value = 765). Red value is 40 (16.02% from 255 or 8.71% from 459); Green value is 229 (89.84% from 255 or 49.89% from 459); Blue value is 190 (74.61% from 255 or 41.39% from 459); Max value from RGB is 229 - color contains mainly: green. Hex color #28E5BE is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #28E5BE is #D71A41. Grayscale: #A8A8A8. Windows color (decimal): -14096962 or 12510504. OLE color: 12510504.

HSL color Cylindrical-coordinate representation of color #28E5BE: hue angle of 167.62º degrees, saturation: 0.78, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #28E5BE is Cyan = 0.83, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.10.

Color convert

RGB 40 229 190 -
CMYK 0.83 0 0.17 0.10
HSL 167.62º 0.78% 0.53% -
HSV(B) 167.62º 0.83% 0.9% -
XYZ 38.19 60.21 58.32 -
YUV 168.04 140.38 36.67 -
System Red Green Blue C M Y K H S L
Decimal 40 229 190 0.83 0 0.17 0.10 167.62 0.78 0.53
Hex 28 E5 BE 53 0 11 A A8 4E 35
Octal 50 345 276 123 0 21 12 250 116 65
Binary 101000 11100101 10111110 1010011 0 10001 1010 10101000 1001110 110101

Color Harmonies of #28E5BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #28E5BE

Black with #28E5BE

Text Example


Text Example

White with #28E5BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(40,229,190); }

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

background-color css

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

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

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

border-color css

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

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

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