Html Css Color HEX #28D7DB Turquoise

📋 copy color: '#28D7DB'

red 40 ◦ green 215 ◦ blue 219

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

Shades of Turquoise #28D7DB

Tints of Turquoise #28D7DB

RGB

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

 GREEN value IS 215 (84.38% from 255) = 45.36%

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

R = 8.44%
G = 45.36%
B = 46.2%

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

#28D7DB (or 0x28D7DB) is known color: Turquoise. HEX triplet: 28, D7 and DB. RGB value is (40,215,219). Sum of RGB (Red+Green+Blue) = 40+215+219=474 (62% of max value = 765). Red value is 40 (16.02% from 255 or 8.44% from 474); Green value is 215 (84.38% from 255 or 45.36% from 474); Blue value is 219 (85.94% from 255 or 46.20% from 474); Max value from RGB is 219 - color contains mainly: blue. Hex color #28D7DB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #28D7DB is #D72824. Grayscale: #A2A2A2. Windows color (decimal): -14100517 or 14407464. OLE color: 14407464.

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

Color convert

RGB 40 215 219 -
CMYK 0.82 0.02 0 0.14
HSL 181.34º 0.71% 0.51% -
HSV(B) 181.34º 0.82% 0.86% -
XYZ 37.96 54.17 75.47 -
YUV 163.13 159.52 40.17 -
System Red Green Blue C M Y K H S L
Decimal 40 215 219 0.82 0.02 0 0.14 181.34 0.71 0.51
Hex 28 D7 DB 52 2 0 E B5 47 33
Octal 50 327 333 122 2 0 16 265 107 63
Binary 101000 11010111 11011011 1010010 10 0 1110 10110101 1000111 110011

Color Harmonies of #28D7DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #28D7DB

Black with #28D7DB

Text Example


Text Example

White with #28D7DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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