Html Css Color HEX #28FCC6 Turquoise

📋 copy color: '#28FCC6'

red 40 ◦ green 252 ◦ blue 198

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

Shades of Turquoise #28FCC6

Tints of Turquoise #28FCC6

RGB

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

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

 BLUE value IS 198 (77.73% from 255) = 40.41%

R = 8.16%
G = 51.43%
B = 40.41%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.21

 K value IS 0.01

RGB Variations

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

Color information

#28FCC6 (or 0x28FCC6) is known color: Turquoise. HEX triplet: 28, FC and C6. RGB value is (40,252,198). Sum of RGB (Red+Green+Blue) = 40+252+198=490 (64% of max value = 765). Red value is 40 (16.02% from 255 or 8.16% from 490); Green value is 252 (98.83% from 255 or 51.43% from 490); Blue value is 198 (77.73% from 255 or 40.41% from 490); Max value from RGB is 252 - color contains mainly: green. Hex color #28FCC6 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #28FCC6 is #D70339. Grayscale: #B6B6B6. Windows color (decimal): -14091066 or 13040680. OLE color: 13040680.

HSL color Cylindrical-coordinate representation of color #28FCC6: hue angle of 164.72º 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 #28FCC6 is Cyan = 0.84, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.01.

Color convert

RGB 40 252 198 -
CMYK 0.84 0 0.21 0.01
HSL 164.72º 0.97% 0.57% -
HSV(B) 164.72º 0.84% 0.99% -
XYZ 45.88 74.15 65.32 -
YUV 182.46 136.76 26.39 -
System Red Green Blue C M Y K H S L
Decimal 40 252 198 0.84 0 0.21 0.01 164.72 0.97 0.57
Hex 28 FC C6 54 0 15 1 A5 61 39
Octal 50 374 306 124 0 25 1 245 141 71
Binary 101000 11111100 11000110 1010100 0 10101 1 10100101 1100001 111001

Color Harmonies of #28FCC6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #28FCC6

Black with #28FCC6

Text Example


Text Example

White with #28FCC6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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