Html Css Color HEX #28DEBD Turquoise

📋 copy color: '#28DEBD'

red 40 ◦ green 222 ◦ blue 189

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

Shades of Turquoise #28DEBD

Tints of Turquoise #28DEBD

RGB

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

 GREEN value IS 222 (87.11% from 255) = 49.22%

 BLUE value IS 189 (74.22% from 255) = 41.91%

R = 8.87%
G = 49.22%
B = 41.91%

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

#28DEBD (or 0x28DEBD) is known color: Turquoise. HEX triplet: 28, DE and BD. RGB value is (40,222,189). Sum of RGB (Red+Green+Blue) = 40+222+189=451 (59% of max value = 765). Red value is 40 (16.02% from 255 or 8.87% from 451); Green value is 222 (87.11% from 255 or 49.22% from 451); Blue value is 189 (74.22% from 255 or 41.91% from 451); Max value from RGB is 222 - color contains mainly: green. Hex color #28DEBD is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #28DEBD is #D72142. Grayscale: #A3A3A3. Windows color (decimal): -14098755 or 12443176. OLE color: 12443176.

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

Color convert

RGB 40 222 189 -
CMYK 0.82 0 0.15 0.13
HSL 169.12º 0.73% 0.51% -
HSV(B) 169.12º 0.82% 0.87% -
XYZ 36.18 56.37 57.12 -
YUV 163.82 142.2 39.68 -
System Red Green Blue C M Y K H S L
Decimal 40 222 189 0.82 0 0.15 0.13 169.12 0.73 0.51
Hex 28 DE BD 52 0 F D A9 49 33
Octal 50 336 275 122 0 17 15 251 111 63
Binary 101000 11011110 10111101 1010010 0 1111 1101 10101001 1001001 110011

Color Harmonies of #28DEBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #28DEBD

Black with #28DEBD

Text Example


Text Example

White with #28DEBD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(40,222,189); }

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

background-color css

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

 a { background-color: rgb(40,222,189); }

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

border-color css

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

 span { border-color: rgb(40,222,189); }

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