Html Css Color HEX #28E1BA Turquoise

📋 copy color: '#28E1BA'

red 40 ◦ green 225 ◦ blue 186

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

Shades of Turquoise #28E1BA

Tints of Turquoise #28E1BA

RGB

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

 GREEN value IS 225 (88.28% from 255) = 49.89%

 BLUE value IS 186 (73.05% from 255) = 41.24%

R = 8.87%
G = 49.89%
B = 41.24%

CMYK

 C value IS 0.82

 M value IS 0

 Y value IS 0.17

 K value IS 0.12

RGB Variations

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

Color information

#28E1BA (or 0x28E1BA) is known color: Turquoise. HEX triplet: 28, E1 and BA. RGB value is (40,225,186). Sum of RGB (Red+Green+Blue) = 40+225+186=451 (59% of max value = 765). Red value is 40 (16.02% from 255 or 8.87% from 451); Green value is 225 (88.28% from 255 or 49.89% from 451); Blue value is 186 (73.05% from 255 or 41.24% from 451); Max value from RGB is 225 - color contains mainly: green. Hex color #28E1BA is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #28E1BA is #D71E45. Grayscale: #A5A5A5. Windows color (decimal): -14097990 or 12247336. OLE color: 12247336.

HSL color Cylindrical-coordinate representation of color #28E1BA: hue angle of 167.35º degrees, saturation: 0.76, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #28E1BA is Cyan = 0.82, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.12.

Color convert

RGB 40 225 186 -
CMYK 0.82 0 0.17 0.12
HSL 167.35º 0.76% 0.52% -
HSV(B) 167.35º 0.82% 0.88% -
XYZ 36.66 57.85 55.69 -
YUV 165.24 139.71 38.67 -
System Red Green Blue C M Y K H S L
Decimal 40 225 186 0.82 0 0.17 0.12 167.35 0.76 0.52
Hex 28 E1 BA 52 0 11 C A7 4C 34
Octal 50 341 272 122 0 21 14 247 114 64
Binary 101000 11100001 10111010 1010010 0 10001 1100 10100111 1001100 110100

Color Harmonies of #28E1BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #28E1BA

Black with #28E1BA

Text Example


Text Example

White with #28E1BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(40,225,186); }

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

background-color css

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

 a { background-color: rgb(40,225,186); }

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

border-color css

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

 span { border-color: rgb(40,225,186); }

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