Html Css Color HEX #28DABD Turquoise

📋 copy color: '#28DABD'

red 40 ◦ green 218 ◦ blue 189

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

Shades of Turquoise #28DABD

Tints of Turquoise #28DABD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 42.28%

R = 8.95%
G = 48.77%
B = 42.28%

CMYK

 C value IS 0.82

 M value IS 0

 Y value IS 0.13

 K value IS 0.15

RGB Variations

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

Color information

#28DABD (or 0x28DABD) is known color: Turquoise. HEX triplet: 28, DA and BD. RGB value is (40,218,189). Sum of RGB (Red+Green+Blue) = 40+218+189=447 (59% of max value = 765). Red value is 40 (16.02% from 255 or 8.95% from 447); Green value is 218 (85.55% from 255 or 48.77% from 447); Blue value is 189 (74.22% from 255 or 42.28% from 447); Max value from RGB is 218 - color contains mainly: green. Hex color #28DABD is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #28DABD is #D72542. Grayscale: #A1A1A1. Windows color (decimal): -14099779 or 12442152. OLE color: 12442152.

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

Color convert

RGB 40 218 189 -
CMYK 0.82 0 0.13 0.15
HSL 170.22º 0.71% 0.51% -
HSV(B) 170.22º 0.82% 0.85% -
XYZ 35.13 54.27 56.77 -
YUV 161.47 143.53 41.36 -
System Red Green Blue C M Y K H S L
Decimal 40 218 189 0.82 0 0.13 0.15 170.22 0.71 0.51
Hex 28 DA BD 52 0 D F AA 47 33
Octal 50 332 275 122 0 15 17 252 107 63
Binary 101000 11011010 10111101 1010010 0 1101 1111 10101010 1000111 110011

Color Harmonies of #28DABD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #28DABD

Black with #28DABD

Text Example


Text Example

White with #28DABD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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