Html Css Color HEX #28E4B9 Turquoise

📋 copy color: '#28E4B9'

red 40 ◦ green 228 ◦ blue 185

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

Shades of Turquoise #28E4B9

Tints of Turquoise #28E4B9

RGB

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

 GREEN value IS 228 (89.45% from 255) = 50.33%

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

R = 8.83%
G = 50.33%
B = 40.84%

CMYK

 C value IS 0.82

 M value IS 0

 Y value IS 0.19

 K value IS 0.11

RGB Variations

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

Color information

#28E4B9 (or 0x28E4B9) is known color: Turquoise. HEX triplet: 28, E4 and B9. RGB value is (40,228,185). Sum of RGB (Red+Green+Blue) = 40+228+185=453 (60% of max value = 765). Red value is 40 (16.02% from 255 or 8.83% from 453); Green value is 228 (89.45% from 255 or 50.33% from 453); Blue value is 185 (72.66% from 255 or 40.84% from 453); Max value from RGB is 228 - color contains mainly: green. Hex color #28E4B9 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #28E4B9 is #D71B46. Grayscale: #A6A6A6. Windows color (decimal): -14097223 or 12182568. OLE color: 12182568.

HSL color Cylindrical-coordinate representation of color #28E4B9: hue angle of 166.28º degrees, saturation: 0.78, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #28E4B9 is Cyan = 0.82, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.11.

Color convert

RGB 40 228 185 -
CMYK 0.82 0 0.19 0.11
HSL 166.28º 0.78% 0.53% -
HSV(B) 166.28º 0.82% 0.89% -
XYZ 37.38 59.44 55.4 -
YUV 166.89 138.22 37.5 -
System Red Green Blue C M Y K H S L
Decimal 40 228 185 0.82 0 0.19 0.11 166.28 0.78 0.53
Hex 28 E4 B9 52 0 13 B A6 4E 35
Octal 50 344 271 122 0 23 13 246 116 65
Binary 101000 11100100 10111001 1010010 0 10011 1011 10100110 1001110 110101

Color Harmonies of #28E4B9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #28E4B9

Black with #28E4B9

Text Example


Text Example

White with #28E4B9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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