Html Css Color HEX #28D6DC Turquoise

📋 copy color: '#28D6DC'

red 40 ◦ green 214 ◦ blue 220

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

Shades of Turquoise #28D6DC

Tints of Turquoise #28D6DC

RGB

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

 GREEN value IS 214 (83.98% from 255) = 45.15%

 BLUE value IS 220 (86.33% from 255) = 46.41%

R = 8.44%
G = 45.15%
B = 46.41%

CMYK

 C value IS 0.82

 M value IS 0.03

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#28D6DC (or 0x28D6DC) is known color: Turquoise. HEX triplet: 28, D6 and DC. RGB value is (40,214,220). Sum of RGB (Red+Green+Blue) = 40+214+220=474 (62% of max value = 765). Red value is 40 (16.02% from 255 or 8.44% from 474); Green value is 214 (83.98% from 255 or 45.15% from 474); Blue value is 220 (86.33% from 255 or 46.41% from 474); Max value from RGB is 220 - color contains mainly: blue. Hex color #28D6DC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #28D6DC is #D72923. Grayscale: #A2A2A2. Windows color (decimal): -14100772 or 14472744. OLE color: 14472744.

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

Color convert

RGB 40 214 220 -
CMYK 0.82 0.03 0 0.14
HSL 182º 0.72% 0.51% -
HSV(B) 182º 0.82% 0.86% -
XYZ 37.84 53.71 76.08 -
YUV 162.66 160.35 40.51 -
System Red Green Blue C M Y K H S L
Decimal 40 214 220 0.82 0.03 0 0.14 182 0.72 0.51
Hex 28 D6 DC 52 3 0 E B6 48 33
Octal 50 326 334 122 3 0 16 266 110 63
Binary 101000 11010110 11011100 1010010 11 0 1110 10110110 1001000 110011

Color Harmonies of #28D6DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #28D6DC

Black with #28D6DC

Text Example


Text Example

White with #28D6DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(40,214,220); }

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

background-color css

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

 a { background-color: rgb(40,214,220); }

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

border-color css

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

 span { border-color: rgb(40,214,220); }

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