Html Css Color HEX #28FAC9 Turquoise

📋 copy color: '#28FAC9'

red 40 ◦ green 250 ◦ blue 201

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

Shades of Turquoise #28FAC9

Tints of Turquoise #28FAC9

RGB

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

 GREEN value IS 250 (98.05% from 255) = 50.92%

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

R = 8.15%
G = 50.92%
B = 40.94%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.20

 K value IS 0.02

RGB Variations

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

Color information

#28FAC9 (or 0x28FAC9) is known color: Turquoise. HEX triplet: 28, FA and C9. RGB value is (40,250,201). Sum of RGB (Red+Green+Blue) = 40+250+201=491 (65% of max value = 765). Red value is 40 (16.02% from 255 or 8.15% from 491); Green value is 250 (98.05% from 255 or 50.92% from 491); Blue value is 201 (78.91% from 255 or 40.94% from 491); Max value from RGB is 250 - color contains mainly: green. Hex color #28FAC9 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #28FAC9 is #D70536. Grayscale: #B5B5B5. Windows color (decimal): -14091575 or 13236776. OLE color: 13236776.

HSL color Cylindrical-coordinate representation of color #28FAC9: hue angle of 166º degrees, saturation: 0.95, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #28FAC9 is Cyan = 0.84, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.02.

Color convert

RGB 40 250 201 -
CMYK 0.84 0 0.20 0.02
HSL 166º 0.95% 0.57% -
HSV(B) 166º 0.84% 0.98% -
XYZ 45.6 73.04 66.95 -
YUV 181.62 138.93 26.98 -
System Red Green Blue C M Y K H S L
Decimal 40 250 201 0.84 0 0.20 0.02 166 0.95 0.57
Hex 28 FA C9 54 0 14 2 A6 5F 39
Octal 50 372 311 124 0 24 2 246 137 71
Binary 101000 11111010 11001001 1010100 0 10100 10 10100110 1011111 111001

Color Harmonies of #28FAC9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #28FAC9

Black with #28FAC9

Text Example


Text Example

White with #28FAC9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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