Html Css Color HEX #28DBBA Turquoise

📋 copy color: '#28DBBA'

red 40 ◦ green 219 ◦ blue 186

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

Shades of Turquoise #28DBBA

Tints of Turquoise #28DBBA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 41.8%

R = 8.99%
G = 49.21%
B = 41.8%

CMYK

 C value IS 0.82

 M value IS 0

 Y value IS 0.15

 K value IS 0.14

RGB Variations

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

Color information

#28DBBA (or 0x28DBBA) is known color: Turquoise. HEX triplet: 28, DB and BA. RGB value is (40,219,186). Sum of RGB (Red+Green+Blue) = 40+219+186=445 (58% of max value = 765). Red value is 40 (16.02% from 255 or 8.99% from 445); Green value is 219 (85.94% from 255 or 49.21% from 445); Blue value is 186 (73.05% from 255 or 41.80% from 445); Max value from RGB is 219 - color contains mainly: green. Hex color #28DBBA is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #28DBBA is #D72445. Grayscale: #A1A1A1. Windows color (decimal): -14099526 or 12245800. OLE color: 12245800.

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

Color convert

RGB 40 219 186 -
CMYK 0.82 0 0.15 0.14
HSL 168.94º 0.71% 0.51% -
HSV(B) 168.94º 0.82% 0.86% -
XYZ 35.07 54.66 55.16 -
YUV 161.72 141.7 41.18 -
System Red Green Blue C M Y K H S L
Decimal 40 219 186 0.82 0 0.15 0.14 168.94 0.71 0.51
Hex 28 DB BA 52 0 F E A9 47 33
Octal 50 333 272 122 0 17 16 251 107 63
Binary 101000 11011011 10111010 1010010 0 1111 1110 10101001 1000111 110011

Color Harmonies of #28DBBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #28DBBA

Black with #28DBBA

Text Example


Text Example

White with #28DBBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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