Html Css Color HEX #28DABA Turquoise

📋 copy color: '#28DABA'

red 40 ◦ green 218 ◦ blue 186

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

Shades of Turquoise #28DABA

Tints of Turquoise #28DABA

RGB

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

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

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

R = 9.01%
G = 49.1%
B = 41.89%

CMYK

 C value IS 0.82

 M value IS 0

 Y value IS 0.15

 K value IS 0.15

RGB Variations

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

Color information

#28DABA (or 0x28DABA) is known color: Turquoise. HEX triplet: 28, DA and BA. RGB value is (40,218,186). Sum of RGB (Red+Green+Blue) = 40+218+186=444 (58% of max value = 765). Red value is 40 (16.02% from 255 or 9.01% from 444); Green value is 218 (85.55% from 255 or 49.10% from 444); Blue value is 186 (73.05% from 255 or 41.89% from 444); Max value from RGB is 218 - color contains mainly: green. Hex color #28DABA is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #28DABA is #D72545. Grayscale: #A1A1A1. Windows color (decimal): -14099782 or 12245544. OLE color: 12245544.

HSL color Cylindrical-coordinate representation of color #28DABA: hue angle of 169.21º 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 #28DABA is Cyan = 0.82, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.15.

Color convert

RGB 40 218 186 -
CMYK 0.82 0 0.15 0.15
HSL 169.21º 0.71% 0.51% -
HSV(B) 169.21º 0.82% 0.85% -
XYZ 34.81 54.14 55.07 -
YUV 161.13 142.03 41.6 -
System Red Green Blue C M Y K H S L
Decimal 40 218 186 0.82 0 0.15 0.15 169.21 0.71 0.51
Hex 28 DA BA 52 0 F F A9 47 33
Octal 50 332 272 122 0 17 17 251 107 63
Binary 101000 11011010 10111010 1010010 0 1111 1111 10101001 1000111 110011

Color Harmonies of #28DABA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #28DABA

Black with #28DABA

Text Example


Text Example

White with #28DABA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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