Html Css Color HEX #28DDBB Turquoise

📋 copy color: '#28DDBB'

red 40 ◦ green 221 ◦ blue 187

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

Shades of Turquoise #28DDBB

Tints of Turquoise #28DDBB

RGB

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

 GREEN value IS 221 (86.72% from 255) = 49.33%

 BLUE value IS 187 (73.44% from 255) = 41.74%

R = 8.93%
G = 49.33%
B = 41.74%

CMYK

 C value IS 0.82

 M value IS 0

 Y value IS 0.15

 K value IS 0.13

RGB Variations

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

Color information

#28DDBB (or 0x28DDBB) is known color: Turquoise. HEX triplet: 28, DD and BB. RGB value is (40,221,187). Sum of RGB (Red+Green+Blue) = 40+221+187=448 (59% of max value = 765). Red value is 40 (16.02% from 255 or 8.93% from 448); Green value is 221 (86.72% from 255 or 49.33% from 448); Blue value is 187 (73.44% from 255 or 41.74% from 448); Max value from RGB is 221 - color contains mainly: green. Hex color #28DDBB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #28DDBB is #D72244. Grayscale: #A2A2A2. Windows color (decimal): -14099013 or 12311848. OLE color: 12311848.

HSL color Cylindrical-coordinate representation of color #28DDBB: hue angle of 168.73º degrees, saturation: 0.73, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #28DDBB is Cyan = 0.82, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.13.

Color convert

RGB 40 221 187 -
CMYK 0.82 0 0.15 0.13
HSL 168.73º 0.73% 0.51% -
HSV(B) 168.73º 0.82% 0.87% -
XYZ 35.7 55.75 55.89 -
YUV 163.01 141.53 40.26 -
System Red Green Blue C M Y K H S L
Decimal 40 221 187 0.82 0 0.15 0.13 168.73 0.73 0.51
Hex 28 DD BB 52 0 F D A9 49 33
Octal 50 335 273 122 0 17 15 251 111 63
Binary 101000 11011101 10111011 1010010 0 1111 1101 10101001 1001001 110011

Color Harmonies of #28DDBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #28DDBB

Black with #28DDBB

Text Example


Text Example

White with #28DDBB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(40,221,187); }

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

background-color css

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

 a { background-color: rgb(40,221,187); }

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

border-color css

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

 span { border-color: rgb(40,221,187); }

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