Html Css Color HEX #28D5DB Turquoise

📋 copy color: '#28D5DB'

red 40 ◦ green 213 ◦ blue 219

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

Shades of Turquoise #28D5DB

Tints of Turquoise #28D5DB

RGB

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

 GREEN value IS 213 (83.59% from 255) = 45.13%

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

R = 8.47%
G = 45.13%
B = 46.4%

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

#28D5DB (or 0x28D5DB) is known color: Turquoise. HEX triplet: 28, D5 and DB. RGB value is (40,213,219). Sum of RGB (Red+Green+Blue) = 40+213+219=472 (62% of max value = 765). Red value is 40 (16.02% from 255 or 8.47% from 472); Green value is 213 (83.59% from 255 or 45.13% from 472); Blue value is 219 (85.94% from 255 or 46.40% from 472); Max value from RGB is 219 - color contains mainly: blue. Hex color #28D5DB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #28D5DB is #D72A24. Grayscale: #A1A1A1. Windows color (decimal): -14101029 or 14406952. OLE color: 14406952.

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

Color convert

RGB 40 213 219 -
CMYK 0.82 0.03 0 0.14
HSL 182.01º 0.71% 0.51% -
HSV(B) 182.01º 0.82% 0.86% -
XYZ 37.46 53.15 75.3 -
YUV 161.96 160.19 41.01 -
System Red Green Blue C M Y K H S L
Decimal 40 213 219 0.82 0.03 0 0.14 182.01 0.71 0.51
Hex 28 D5 DB 52 3 0 E B6 47 33
Octal 50 325 333 122 3 0 16 266 107 63
Binary 101000 11010101 11011011 1010010 11 0 1110 10110110 1000111 110011

Color Harmonies of #28D5DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #28D5DB

Black with #28D5DB

Text Example


Text Example

White with #28D5DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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