Html Css Color HEX #28D1C9 Turquoise

📋 copy color: '#28D1C9'

red 40 ◦ green 209 ◦ blue 201

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

Shades of Turquoise #28D1C9

Tints of Turquoise #28D1C9

RGB

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

 GREEN value IS 209 (82.03% from 255) = 46.44%

 BLUE value IS 201 (78.91% from 255) = 44.67%

R = 8.89%
G = 46.44%
B = 44.67%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.04

 K value IS 0.18

RGB Variations

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

Color information

#28D1C9 (or 0x28D1C9) is known color: Turquoise. HEX triplet: 28, D1 and C9. RGB value is (40,209,201). Sum of RGB (Red+Green+Blue) = 40+209+201=450 (59% of max value = 765). Red value is 40 (16.02% from 255 or 8.89% from 450); Green value is 209 (82.03% from 255 or 46.44% from 450); Blue value is 201 (78.91% from 255 or 44.67% from 450); Max value from RGB is 209 - color contains mainly: green. Hex color #28D1C9 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #28D1C9 is #D72E36. Grayscale: #9D9D9D. Windows color (decimal): -14102071 or 13226280. OLE color: 13226280.

HSL color Cylindrical-coordinate representation of color #28D1C9: hue angle of 177.16º degrees, saturation: 0.68, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #28D1C9 is Cyan = 0.81, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.18.

Color convert

RGB 40 209 201 -
CMYK 0.81 0 0.04 0.18
HSL 177.16º 0.68% 0.49% -
HSV(B) 177.16º 0.81% 0.82% -
XYZ 34.22 50.27 63.16 -
YUV 157.56 152.51 44.15 -
System Red Green Blue C M Y K H S L
Decimal 40 209 201 0.81 0 0.04 0.18 177.16 0.68 0.49
Hex 28 D1 C9 51 0 4 12 B1 44 31
Octal 50 321 311 121 0 4 22 261 104 61
Binary 101000 11010001 11001001 1010001 0 100 10010 10110001 1000100 110001

Color Harmonies of #28D1C9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #28D1C9

Black with #28D1C9

Text Example


Text Example

White with #28D1C9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(40,209,201); }

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

background-color css

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

 a { background-color: rgb(40,209,201); }

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

border-color css

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

 span { border-color: rgb(40,209,201); }

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