Html Css Color HEX #28DBB9 Turquoise

📋 copy color: '#28DBB9'

red 40 ◦ green 219 ◦ blue 185

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

Shades of Turquoise #28DBB9

Tints of Turquoise #28DBB9

RGB

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

 GREEN value IS 219 (85.94% from 255) = 49.32%

 BLUE value IS 185 (72.66% from 255) = 41.67%

R = 9.01%
G = 49.32%
B = 41.67%

CMYK

 C value IS 0.82

 M value IS 0

 Y value IS 0.16

 K value IS 0.14

RGB Variations

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

Color information

#28DBB9 (or 0x28DBB9) is known color: Turquoise. HEX triplet: 28, DB and B9. RGB value is (40,219,185). Sum of RGB (Red+Green+Blue) = 40+219+185=444 (58% of max value = 765). Red value is 40 (16.02% from 255 or 9.01% from 444); Green value is 219 (85.94% from 255 or 49.32% from 444); Blue value is 185 (72.66% from 255 or 41.67% from 444); Max value from RGB is 219 - color contains mainly: green. Hex color #28DBB9 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #28DBB9 is #D72446. Grayscale: #A1A1A1. Windows color (decimal): -14099527 or 12180264. OLE color: 12180264.

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

Color convert

RGB 40 219 185 -
CMYK 0.82 0 0.16 0.14
HSL 168.6º 0.71% 0.51% -
HSV(B) 168.6º 0.82% 0.86% -
XYZ 34.96 54.62 54.6 -
YUV 161.6 141.2 41.26 -
System Red Green Blue C M Y K H S L
Decimal 40 219 185 0.82 0 0.16 0.14 168.6 0.71 0.51
Hex 28 DB B9 52 0 10 E A9 47 33
Octal 50 333 271 122 0 20 16 251 107 63
Binary 101000 11011011 10111001 1010010 0 10000 1110 10101001 1000111 110011

Color Harmonies of #28DBB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #28DBB9

Black with #28DBB9

Text Example


Text Example

White with #28DBB9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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