Html Css Color HEX #28DCBB Turquoise

📋 copy color: '#28DCBB'

red 40 ◦ green 220 ◦ blue 187

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

Shades of Turquoise #28DCBB

Tints of Turquoise #28DCBB

RGB

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

 GREEN value IS 220 (86.33% from 255) = 49.22%

 BLUE value IS 187 (73.44% from 255) = 41.83%

R = 8.95%
G = 49.22%
B = 41.83%

CMYK

 C value IS 0.82

 M value IS 0

 Y value IS 0.15

 K value IS 0.14

RGB Variations

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

Color information

#28DCBB (or 0x28DCBB) is known color: Turquoise. HEX triplet: 28, DC and BB. RGB value is (40,220,187). Sum of RGB (Red+Green+Blue) = 40+220+187=447 (59% of max value = 765). Red value is 40 (16.02% from 255 or 8.95% from 447); Green value is 220 (86.33% from 255 or 49.22% from 447); Blue value is 187 (73.44% from 255 or 41.83% from 447); Max value from RGB is 220 - color contains mainly: green. Hex color #28DCBB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #28DCBB is #D72344. Grayscale: #A2A2A2. Windows color (decimal): -14099269 or 12311592. OLE color: 12311592.

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

Color convert

RGB 40 220 187 -
CMYK 0.82 0 0.15 0.14
HSL 169º 0.72% 0.51% -
HSV(B) 169º 0.82% 0.86% -
XYZ 35.44 55.23 55.81 -
YUV 162.42 141.87 40.68 -
System Red Green Blue C M Y K H S L
Decimal 40 220 187 0.82 0 0.15 0.14 169 0.72 0.51
Hex 28 DC BB 52 0 F E A9 48 33
Octal 50 334 273 122 0 17 16 251 110 63
Binary 101000 11011100 10111011 1010010 0 1111 1110 10101001 1001000 110011

Color Harmonies of #28DCBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #28DCBB

Black with #28DCBB

Text Example


Text Example

White with #28DCBB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(40,220,187); }

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

background-color css

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

 a { background-color: rgb(40,220,187); }

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

border-color css

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

 span { border-color: rgb(40,220,187); }

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