Html Css Color HEX #28DBBE Turquoise

📋 copy color: '#28DBBE'

red 40 ◦ green 219 ◦ blue 190

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

Shades of Turquoise #28DBBE

Tints of Turquoise #28DBBE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 42.32%

R = 8.91%
G = 48.78%
B = 42.32%

CMYK

 C value IS 0.82

 M value IS 0

 Y value IS 0.13

 K value IS 0.14

RGB Variations

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

Color information

#28DBBE (or 0x28DBBE) is known color: Turquoise. HEX triplet: 28, DB and BE. RGB value is (40,219,190). Sum of RGB (Red+Green+Blue) = 40+219+190=449 (59% of max value = 765). Red value is 40 (16.02% from 255 or 8.91% from 449); Green value is 219 (85.94% from 255 or 48.78% from 449); Blue value is 190 (74.61% from 255 or 42.32% from 449); Max value from RGB is 219 - color contains mainly: green. Hex color #28DBBE is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #28DBBE is #D72441. Grayscale: #A2A2A2. Windows color (decimal): -14099522 or 12507944. OLE color: 12507944.

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

Color convert

RGB 40 219 190 -
CMYK 0.82 0 0.13 0.14
HSL 170.28º 0.71% 0.51% -
HSV(B) 170.28º 0.82% 0.86% -
XYZ 35.5 54.83 57.43 -
YUV 162.17 143.7 40.86 -
System Red Green Blue C M Y K H S L
Decimal 40 219 190 0.82 0 0.13 0.14 170.28 0.71 0.51
Hex 28 DB BE 52 0 D E AA 47 33
Octal 50 333 276 122 0 15 16 252 107 63
Binary 101000 11011011 10111110 1010010 0 1101 1110 10101010 1000111 110011

Color Harmonies of #28DBBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #28DBBE

Black with #28DBBE

Text Example


Text Example

White with #28DBBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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