Html Css Color HEX #28DAC4 Turquoise

📋 copy color: '#28DAC4'

red 40 ◦ green 218 ◦ blue 196

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

Shades of Turquoise #28DAC4

Tints of Turquoise #28DAC4

RGB

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

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

 BLUE value IS 196 (76.95% from 255) = 43.17%

R = 8.81%
G = 48.02%
B = 43.17%

CMYK

 C value IS 0.82

 M value IS 0

 Y value IS 0.10

 K value IS 0.15

RGB Variations

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

Color information

#28DAC4 (or 0x28DAC4) is known color: Turquoise. HEX triplet: 28, DA and C4. RGB value is (40,218,196). Sum of RGB (Red+Green+Blue) = 40+218+196=454 (60% of max value = 765). Red value is 40 (16.02% from 255 or 8.81% from 454); Green value is 218 (85.55% from 255 or 48.02% from 454); Blue value is 196 (76.95% from 255 or 43.17% from 454); Max value from RGB is 218 - color contains mainly: green. Hex color #28DAC4 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #28DAC4 is #D7253B. Grayscale: #A2A2A2. Windows color (decimal): -14099772 or 12900904. OLE color: 12900904.

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

Color convert

RGB 40 218 196 -
CMYK 0.82 0 0.10 0.15
HSL 172.58º 0.71% 0.51% -
HSV(B) 172.58º 0.82% 0.85% -
XYZ 35.91 54.58 60.87 -
YUV 162.27 147.03 40.79 -
System Red Green Blue C M Y K H S L
Decimal 40 218 196 0.82 0 0.10 0.15 172.58 0.71 0.51
Hex 28 DA C4 52 0 A F AD 47 33
Octal 50 332 304 122 0 12 17 255 107 63
Binary 101000 11011010 11000100 1010010 0 1010 1111 10101101 1000111 110011

Color Harmonies of #28DAC4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #28DAC4

Black with #28DAC4

Text Example


Text Example

White with #28DAC4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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