Html Css Color HEX #28D2DB Turquoise

📋 copy color: '#28D2DB'

red 40 ◦ green 210 ◦ blue 219

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

Shades of Turquoise #28D2DB

Tints of Turquoise #28D2DB

RGB

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

 GREEN value IS 210 (82.42% from 255) = 44.78%

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

R = 8.53%
G = 44.78%
B = 46.7%

CMYK

 C value IS 0.82

 M value IS 0.04

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#28D2DB (or 0x28D2DB) is known color: Turquoise. HEX triplet: 28, D2 and DB. RGB value is (40,210,219). Sum of RGB (Red+Green+Blue) = 40+210+219=469 (62% of max value = 765). Red value is 40 (16.02% from 255 or 8.53% from 469); Green value is 210 (82.42% from 255 or 44.78% from 469); Blue value is 219 (85.94% from 255 or 46.70% from 469); Max value from RGB is 219 - color contains mainly: blue. Hex color #28D2DB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #28D2DB is #D72D24. Grayscale: #9F9F9F. Windows color (decimal): -14101797 or 14406184. OLE color: 14406184.

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

Color convert

RGB 40 210 219 -
CMYK 0.82 0.04 0 0.14
HSL 183.02º 0.71% 0.51% -
HSV(B) 183.02º 0.82% 0.86% -
XYZ 36.71 51.66 75.05 -
YUV 160.2 161.18 42.27 -
System Red Green Blue C M Y K H S L
Decimal 40 210 219 0.82 0.04 0 0.14 183.02 0.71 0.51
Hex 28 D2 DB 52 4 0 E B7 47 33
Octal 50 322 333 122 4 0 16 267 107 63
Binary 101000 11010010 11011011 1010010 100 0 1110 10110111 1000111 110011

Color Harmonies of #28D2DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #28D2DB

Black with #28D2DB

Text Example


Text Example

White with #28D2DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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