Html Css Color HEX #28ECD9 Turquoise

📋 copy color: '#28ECD9'

red 40 ◦ green 236 ◦ blue 217

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

Shades of Turquoise #28ECD9

Tints of Turquoise #28ECD9

RGB

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

 GREEN value IS 236 (92.58% from 255) = 47.87%

 BLUE value IS 217 (85.16% from 255) = 44.02%

R = 8.11%
G = 47.87%
B = 44.02%

CMYK

 C value IS 0.83

 M value IS 0

 Y value IS 0.08

 K value IS 0.07

RGB Variations

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

Color information

#28ECD9 (or 0x28ECD9) is known color: Turquoise. HEX triplet: 28, EC and D9. RGB value is (40,236,217). Sum of RGB (Red+Green+Blue) = 40+236+217=493 (65% of max value = 765). Red value is 40 (16.02% from 255 or 8.11% from 493); Green value is 236 (92.58% from 255 or 47.87% from 493); Blue value is 217 (85.16% from 255 or 44.02% from 493); Max value from RGB is 236 - color contains mainly: green. Hex color #28ECD9 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #28ECD9 is #D71326. Grayscale: #AFAFAF. Windows color (decimal): -14095143 or 14281768. OLE color: 14281768.

HSL color Cylindrical-coordinate representation of color #28ECD9: hue angle of 174.18º degrees, saturation: 0.84, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #28ECD9 is Cyan = 0.83, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.07.

Color convert

RGB 40 236 217 -
CMYK 0.83 0 0.08 0.07
HSL 174.18º 0.84% 0.54% -
HSV(B) 174.18º 0.83% 0.93% -
XYZ 43.39 65.45 75.99 -
YUV 175.23 151.57 31.54 -
System Red Green Blue C M Y K H S L
Decimal 40 236 217 0.83 0 0.08 0.07 174.18 0.84 0.54
Hex 28 EC D9 53 0 8 7 AE 54 36
Octal 50 354 331 123 0 10 7 256 124 66
Binary 101000 11101100 11011001 1010011 0 1000 111 10101110 1010100 110110

Color Harmonies of #28ECD9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #28ECD9

Black with #28ECD9

Text Example


Text Example

White with #28ECD9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(40,236,217); }

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

background-color css

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

 a { background-color: rgb(40,236,217); }

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

border-color css

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

 span { border-color: rgb(40,236,217); }

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