Html Css Color HEX #28D8BC Turquoise

📋 copy color: '#28D8BC'

red 40 ◦ green 216 ◦ blue 188

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

Shades of Turquoise #28D8BC

Tints of Turquoise #28D8BC

RGB

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

 GREEN value IS 216 (84.77% from 255) = 48.65%

 BLUE value IS 188 (73.83% from 255) = 42.34%

R = 9.01%
G = 48.65%
B = 42.34%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.13

 K value IS 0.15

RGB Variations

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

Color information

#28D8BC (or 0x28D8BC) is known color: Turquoise. HEX triplet: 28, D8 and BC. RGB value is (40,216,188). Sum of RGB (Red+Green+Blue) = 40+216+188=444 (58% of max value = 765). Red value is 40 (16.02% from 255 or 9.01% from 444); Green value is 216 (84.77% from 255 or 48.65% from 444); Blue value is 188 (73.83% from 255 or 42.34% from 444); Max value from RGB is 216 - color contains mainly: green. Hex color #28D8BC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #28D8BC is #D72743. Grayscale: #A0A0A0. Windows color (decimal): -14100292 or 12376104. OLE color: 12376104.

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

Color convert

RGB 40 216 188 -
CMYK 0.81 0 0.13 0.15
HSL 170.45º 0.69% 0.5% -
HSV(B) 170.45º 0.81% 0.85% -
XYZ 34.51 53.19 56.03 -
YUV 160.18 143.69 42.28 -
System Red Green Blue C M Y K H S L
Decimal 40 216 188 0.81 0 0.13 0.15 170.45 0.69 0.5
Hex 28 D8 BC 51 0 D F AA 45 32
Octal 50 330 274 121 0 15 17 252 105 62
Binary 101000 11011000 10111100 1010001 0 1101 1111 10101010 1000101 110010

Color Harmonies of #28D8BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #28D8BC

Black with #28D8BC

Text Example


Text Example

White with #28D8BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(40,216,188); }

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

background-color css

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

 a { background-color: rgb(40,216,188); }

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

border-color css

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

 span { border-color: rgb(40,216,188); }

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