Html Css Color HEX #28D9BA Turquoise

📋 copy color: '#28D9BA'

red 40 ◦ green 217 ◦ blue 186

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

Shades of Turquoise #28D9BA

Tints of Turquoise #28D9BA

RGB

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

 GREEN value IS 217 (85.16% from 255) = 48.98%

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

R = 9.03%
G = 48.98%
B = 41.99%

CMYK

 C value IS 0.82

 M value IS 0

 Y value IS 0.14

 K value IS 0.15

RGB Variations

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

Color information

#28D9BA (or 0x28D9BA) is known color: Turquoise. HEX triplet: 28, D9 and BA. RGB value is (40,217,186). Sum of RGB (Red+Green+Blue) = 40+217+186=443 (58% of max value = 765). Red value is 40 (16.02% from 255 or 9.03% from 443); Green value is 217 (85.16% from 255 or 48.98% from 443); Blue value is 186 (73.05% from 255 or 41.99% from 443); Max value from RGB is 217 - color contains mainly: green. Hex color #28D9BA is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #28D9BA is #D72645. Grayscale: #A0A0A0. Windows color (decimal): -14100038 or 12245288. OLE color: 12245288.

HSL color Cylindrical-coordinate representation of color #28D9BA: hue angle of 169.49º degrees, saturation: 0.7, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #28D9BA is Cyan = 0.82, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.15.

Color convert

RGB 40 217 186 -
CMYK 0.82 0 0.14 0.15
HSL 169.49º 0.7% 0.5% -
HSV(B) 169.49º 0.82% 0.85% -
XYZ 34.55 53.62 54.98 -
YUV 160.54 142.36 42.02 -
System Red Green Blue C M Y K H S L
Decimal 40 217 186 0.82 0 0.14 0.15 169.49 0.7 0.5
Hex 28 D9 BA 52 0 E F A9 46 32
Octal 50 331 272 122 0 16 17 251 106 62
Binary 101000 11011001 10111010 1010010 0 1110 1111 10101001 1000110 110010

Color Harmonies of #28D9BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #28D9BA

Black with #28D9BA

Text Example


Text Example

White with #28D9BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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