Html Css Color HEX #28DEB7 Turquoise

📋 copy color: '#28DEB7'

red 40 ◦ green 222 ◦ blue 183

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

Shades of Turquoise #28DEB7

Tints of Turquoise #28DEB7

RGB

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

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

 BLUE value IS 183 (71.88% from 255) = 41.12%

R = 8.99%
G = 49.89%
B = 41.12%

CMYK

 C value IS 0.82

 M value IS 0

 Y value IS 0.18

 K value IS 0.13

RGB Variations

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

Color information

#28DEB7 (or 0x28DEB7) is known color: Turquoise. HEX triplet: 28, DE and B7. RGB value is (40,222,183). Sum of RGB (Red+Green+Blue) = 40+222+183=445 (58% of max value = 765). Red value is 40 (16.02% from 255 or 8.99% from 445); Green value is 222 (87.11% from 255 or 49.89% from 445); Blue value is 183 (71.88% from 255 or 41.12% from 445); Max value from RGB is 222 - color contains mainly: green. Hex color #28DEB7 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #28DEB7 is #D72148. Grayscale: #A3A3A3. Windows color (decimal): -14098761 or 12049960. OLE color: 12049960.

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

Color convert

RGB 40 222 183 -
CMYK 0.82 0 0.18 0.13
HSL 167.14º 0.73% 0.51% -
HSV(B) 167.14º 0.82% 0.87% -
XYZ 35.54 56.11 53.76 -
YUV 163.14 139.2 40.17 -
System Red Green Blue C M Y K H S L
Decimal 40 222 183 0.82 0 0.18 0.13 167.14 0.73 0.51
Hex 28 DE B7 52 0 12 D A7 49 33
Octal 50 336 267 122 0 22 15 247 111 63
Binary 101000 11011110 10110111 1010010 0 10010 1101 10100111 1001001 110011

Color Harmonies of #28DEB7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #28DEB7

Black with #28DEB7

Text Example


Text Example

White with #28DEB7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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