Html Css Color HEX #28DABB Turquoise

📋 copy color: '#28DABB'

red 40 ◦ green 218 ◦ blue 187

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

Shades of Turquoise #28DABB

Tints of Turquoise #28DABB

RGB

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

 GREEN value IS 218 (85.55% from 255) = 48.99%

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

R = 8.99%
G = 48.99%
B = 42.02%

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

#28DABB (or 0x28DABB) is known color: Turquoise. HEX triplet: 28, DA and BB. RGB value is (40,218,187). Sum of RGB (Red+Green+Blue) = 40+218+187=445 (58% of max value = 765). Red value is 40 (16.02% from 255 or 8.99% from 445); Green value is 218 (85.55% from 255 or 48.99% from 445); Blue value is 187 (73.44% from 255 or 42.02% from 445); Max value from RGB is 218 - color contains mainly: green. Hex color #28DABB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #28DABB is #D72544. Grayscale: #A1A1A1. Windows color (decimal): -14099781 or 12311080. OLE color: 12311080.

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

Color convert

RGB 40 218 187 -
CMYK 0.82 0 0.14 0.15
HSL 169.55º 0.71% 0.51% -
HSV(B) 169.55º 0.82% 0.85% -
XYZ 34.92 54.18 55.63 -
YUV 161.24 142.53 41.52 -
System Red Green Blue C M Y K H S L
Decimal 40 218 187 0.82 0 0.14 0.15 169.55 0.71 0.51
Hex 28 DA BB 52 0 E F AA 47 33
Octal 50 332 273 122 0 16 17 252 107 63
Binary 101000 11011010 10111011 1010010 0 1110 1111 10101010 1000111 110011

Color Harmonies of #28DABB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #28DABB

Black with #28DABB

Text Example


Text Example

White with #28DABB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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