Html Css Color HEX #28DAC6 Turquoise

📋 copy color: '#28DAC6'

red 40 ◦ green 218 ◦ blue 198

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

Shades of Turquoise #28DAC6

Tints of Turquoise #28DAC6

RGB

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

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

 BLUE value IS 198 (77.73% from 255) = 43.42%

R = 8.77%
G = 47.81%
B = 43.42%

CMYK

 C value IS 0.82

 M value IS 0

 Y value IS 0.09

 K value IS 0.15

RGB Variations

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

Color information

#28DAC6 (or 0x28DAC6) is known color: Turquoise. HEX triplet: 28, DA and C6. RGB value is (40,218,198). Sum of RGB (Red+Green+Blue) = 40+218+198=456 (60% of max value = 765). Red value is 40 (16.02% from 255 or 8.77% from 456); Green value is 218 (85.55% from 255 or 47.81% from 456); Blue value is 198 (77.73% from 255 or 43.42% from 456); Max value from RGB is 218 - color contains mainly: green. Hex color #28DAC6 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #28DAC6 is #D72539. Grayscale: #A2A2A2. Windows color (decimal): -14099770 or 13031976. OLE color: 13031976.

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

Color convert

RGB 40 218 198 -
CMYK 0.82 0 0.09 0.15
HSL 173.26º 0.71% 0.51% -
HSV(B) 173.26º 0.82% 0.85% -
XYZ 36.14 54.67 62.07 -
YUV 162.5 148.03 40.63 -
System Red Green Blue C M Y K H S L
Decimal 40 218 198 0.82 0 0.09 0.15 173.26 0.71 0.51
Hex 28 DA C6 52 0 9 F AD 47 33
Octal 50 332 306 122 0 11 17 255 107 63
Binary 101000 11011010 11000110 1010010 0 1001 1111 10101101 1000111 110011

Color Harmonies of #28DAC6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #28DAC6

Black with #28DAC6

Text Example


Text Example

White with #28DAC6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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