Html Css Color HEX #28F9C5 Turquoise

📋 copy color: '#28F9C5'

red 40 ◦ green 249 ◦ blue 197

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

Shades of Turquoise #28F9C5

Tints of Turquoise #28F9C5

RGB

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

 GREEN value IS 249 (97.66% from 255) = 51.23%

 BLUE value IS 197 (77.34% from 255) = 40.53%

R = 8.23%
G = 51.23%
B = 40.53%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.21

 K value IS 0.02

RGB Variations

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

Color information

#28F9C5 (or 0x28F9C5) is known color: Turquoise. HEX triplet: 28, F9 and C5. RGB value is (40,249,197). Sum of RGB (Red+Green+Blue) = 40+249+197=486 (64% of max value = 765). Red value is 40 (16.02% from 255 or 8.23% from 486); Green value is 249 (97.66% from 255 or 51.23% from 486); Blue value is 197 (77.34% from 255 or 40.53% from 486); Max value from RGB is 249 - color contains mainly: green. Hex color #28F9C5 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #28F9C5 is #D7063A. Grayscale: #B4B4B4. Windows color (decimal): -14091835 or 12974376. OLE color: 12974376.

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

Color convert

RGB 40 249 197 -
CMYK 0.84 0 0.21 0.02
HSL 165.07º 0.95% 0.57% -
HSV(B) 165.07º 0.84% 0.98% -
XYZ 44.83 72.23 64.4 -
YUV 180.58 137.26 27.73 -
System Red Green Blue C M Y K H S L
Decimal 40 249 197 0.84 0 0.21 0.02 165.07 0.95 0.57
Hex 28 F9 C5 54 0 15 2 A5 5F 39
Octal 50 371 305 124 0 25 2 245 137 71
Binary 101000 11111001 11000101 1010100 0 10101 10 10100101 1011111 111001

Color Harmonies of #28F9C5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #28F9C5

Black with #28F9C5

Text Example


Text Example

White with #28F9C5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(40,249,197); }

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

background-color css

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

 a { background-color: rgb(40,249,197); }

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

border-color css

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

 span { border-color: rgb(40,249,197); }

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