Html Css Color HEX #28D6DB Turquoise

📋 copy color: '#28D6DB'

red 40 ◦ green 214 ◦ blue 219

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

Shades of Turquoise #28D6DB

Tints of Turquoise #28D6DB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 46.3%

R = 8.46%
G = 45.24%
B = 46.3%

CMYK

 C value IS 0.82

 M value IS 0.02

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#28D6DB (or 0x28D6DB) is known color: Turquoise. HEX triplet: 28, D6 and DB. RGB value is (40,214,219). Sum of RGB (Red+Green+Blue) = 40+214+219=473 (62% of max value = 765). Red value is 40 (16.02% from 255 or 8.46% from 473); Green value is 214 (83.98% from 255 or 45.24% from 473); Blue value is 219 (85.94% from 255 or 46.30% from 473); Max value from RGB is 219 - color contains mainly: blue. Hex color #28D6DB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #28D6DB is #D72924. Grayscale: #A2A2A2. Windows color (decimal): -14100773 or 14407208. OLE color: 14407208.

HSL color Cylindrical-coordinate representation of color #28D6DB: hue angle of 181.68º degrees, saturation: 0.71, 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 #28D6DB is Cyan = 0.82, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 40 214 219 -
CMYK 0.82 0.02 0 0.14
HSL 181.68º 0.71% 0.51% -
HSV(B) 181.68º 0.82% 0.86% -
XYZ 37.71 53.66 75.39 -
YUV 162.54 159.85 40.59 -
System Red Green Blue C M Y K H S L
Decimal 40 214 219 0.82 0.02 0 0.14 181.68 0.71 0.51
Hex 28 D6 DB 52 2 0 E B6 47 33
Octal 50 326 333 122 2 0 16 266 107 63
Binary 101000 11010110 11011011 1010010 10 0 1110 10110110 1000111 110011

Color Harmonies of #28D6DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #28D6DB

Black with #28D6DB

Text Example


Text Example

White with #28D6DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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