Html Css Color HEX #28E5BD Turquoise

📋 copy color: '#28E5BD'

red 40 ◦ green 229 ◦ blue 189

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

Shades of Turquoise #28E5BD

Tints of Turquoise #28E5BD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 41.27%

R = 8.73%
G = 50%
B = 41.27%

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

#28E5BD (or 0x28E5BD) is known color: Turquoise. HEX triplet: 28, E5 and BD. RGB value is (40,229,189). Sum of RGB (Red+Green+Blue) = 40+229+189=458 (60% of max value = 765). Red value is 40 (16.02% from 255 or 8.73% from 458); Green value is 229 (89.84% from 255 or 50% from 458); Blue value is 189 (74.22% from 255 or 41.27% from 458); Max value from RGB is 229 - color contains mainly: green. Hex color #28E5BD is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #28E5BD is #D71A42. Grayscale: #A7A7A7. Windows color (decimal): -14096963 or 12444968. OLE color: 12444968.

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

Color convert

RGB 40 229 189 -
CMYK 0.83 0 0.17 0.10
HSL 167.3º 0.78% 0.53% -
HSV(B) 167.3º 0.83% 0.9% -
XYZ 38.08 60.16 57.75 -
YUV 167.93 139.88 36.75 -
System Red Green Blue C M Y K H S L
Decimal 40 229 189 0.83 0 0.17 0.10 167.3 0.78 0.53
Hex 28 E5 BD 53 0 11 A A7 4E 35
Octal 50 345 275 123 0 21 12 247 116 65
Binary 101000 11100101 10111101 1010011 0 10001 1010 10100111 1001110 110101

Color Harmonies of #28E5BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #28E5BD

Black with #28E5BD

Text Example


Text Example

White with #28E5BD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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