Html Css Color HEX #28FCD9 Turquoise

📋 copy color: '#28FCD9'

red 40 ◦ green 252 ◦ blue 217

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

Shades of Turquoise #28FCD9

Tints of Turquoise #28FCD9

RGB

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

 GREEN value IS 252 (98.83% from 255) = 49.51%

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

R = 7.86%
G = 49.51%
B = 42.63%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.14

 K value IS 0.01

RGB Variations

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

Color information

#28FCD9 (or 0x28FCD9) is known color: Turquoise. HEX triplet: 28, FC and D9. RGB value is (40,252,217). Sum of RGB (Red+Green+Blue) = 40+252+217=509 (67% of max value = 765). Red value is 40 (16.02% from 255 or 7.86% from 509); Green value is 252 (98.83% from 255 or 49.51% from 509); Blue value is 217 (85.16% from 255 or 42.63% from 509); Max value from RGB is 252 - color contains mainly: green. Hex color #28FCD9 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #28FCD9 is #D70326. Grayscale: #B8B8B8. Windows color (decimal): -14091047 or 14285864. OLE color: 14285864.

HSL color Cylindrical-coordinate representation of color #28FCD9: hue angle of 170.09º degrees, saturation: 0.97, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #28FCD9 is Cyan = 0.84, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.01.

Color convert

RGB 40 252 217 -
CMYK 0.84 0 0.14 0.01
HSL 170.09º 0.97% 0.57% -
HSV(B) 170.09º 0.84% 0.99% -
XYZ 48.21 75.08 77.6 -
YUV 184.62 146.26 24.85 -
System Red Green Blue C M Y K H S L
Decimal 40 252 217 0.84 0 0.14 0.01 170.09 0.97 0.57
Hex 28 FC D9 54 0 E 1 AA 61 39
Octal 50 374 331 124 0 16 1 252 141 71
Binary 101000 11111100 11011001 1010100 0 1110 1 10101010 1100001 111001

Color Harmonies of #28FCD9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #28FCD9

Black with #28FCD9

Text Example


Text Example

White with #28FCD9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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