Html Css Color HEX #28D0DB Turquoise

📋 copy color: '#28D0DB'

red 40 ◦ green 208 ◦ blue 219

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

Shades of Turquoise #28D0DB

Tints of Turquoise #28D0DB

RGB

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

 GREEN value IS 208 (81.64% from 255) = 44.54%

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

R = 8.57%
G = 44.54%
B = 46.9%

CMYK

 C value IS 0.82

 M value IS 0.05

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#28D0DB (or 0x28D0DB) is known color: Turquoise. HEX triplet: 28, D0 and DB. RGB value is (40,208,219). Sum of RGB (Red+Green+Blue) = 40+208+219=467 (61% of max value = 765). Red value is 40 (16.02% from 255 or 8.57% from 467); Green value is 208 (81.64% from 255 or 44.54% from 467); Blue value is 219 (85.94% from 255 or 46.90% from 467); Max value from RGB is 219 - color contains mainly: blue. Hex color #28D0DB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #28D0DB is #D72F24. Grayscale: #9E9E9E. Windows color (decimal): -14102309 or 14405672. OLE color: 14405672.

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

Color convert

RGB 40 208 219 -
CMYK 0.82 0.05 0 0.14
HSL 183.69º 0.71% 0.51% -
HSV(B) 183.69º 0.82% 0.86% -
XYZ 36.22 50.68 74.89 -
YUV 159.02 161.84 43.11 -
System Red Green Blue C M Y K H S L
Decimal 40 208 219 0.82 0.05 0 0.14 183.69 0.71 0.51
Hex 28 D0 DB 52 5 0 E B8 47 33
Octal 50 320 333 122 5 0 16 270 107 63
Binary 101000 11010000 11011011 1010010 101 0 1110 10111000 1000111 110011

Color Harmonies of #28D0DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #28D0DB

Black with #28D0DB

Text Example


Text Example

White with #28D0DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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