Html Css Color HEX #28D2C9 Turquoise

📋 copy color: '#28D2C9'

red 40 ◦ green 210 ◦ blue 201

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

Shades of Turquoise #28D2C9

Tints of Turquoise #28D2C9

RGB

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

 GREEN value IS 210 (82.42% from 255) = 46.56%

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

R = 8.87%
G = 46.56%
B = 44.57%

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

#28D2C9 (or 0x28D2C9) is known color: Turquoise. HEX triplet: 28, D2 and C9. RGB value is (40,210,201). Sum of RGB (Red+Green+Blue) = 40+210+201=451 (59% of max value = 765). Red value is 40 (16.02% from 255 or 8.87% from 451); Green value is 210 (82.42% from 255 or 46.56% from 451); Blue value is 201 (78.91% from 255 or 44.57% from 451); Max value from RGB is 210 - color contains mainly: green. Hex color #28D2C9 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #28D2C9 is #D72D36. Grayscale: #9E9E9E. Windows color (decimal): -14101815 or 13226536. OLE color: 13226536.

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

Color convert

RGB 40 210 201 -
CMYK 0.81 0 0.04 0.18
HSL 176.82º 0.68% 0.49% -
HSV(B) 176.82º 0.81% 0.82% -
XYZ 34.46 50.76 63.24 -
YUV 158.14 152.18 43.73 -
System Red Green Blue C M Y K H S L
Decimal 40 210 201 0.81 0 0.04 0.18 176.82 0.68 0.49
Hex 28 D2 C9 51 0 4 12 B1 44 31
Octal 50 322 311 121 0 4 22 261 104 61
Binary 101000 11010010 11001001 1010001 0 100 10010 10110001 1000100 110001

Color Harmonies of #28D2C9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #28D2C9

Black with #28D2C9

Text Example


Text Example

White with #28D2C9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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