Html Css Color HEX #28F9C0 Turquoise

📋 copy color: '#28F9C0'

red 40 ◦ green 249 ◦ blue 192

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

Shades of Turquoise #28F9C0

Tints of Turquoise #28F9C0

RGB

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

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

 BLUE value IS 192 (75.39% from 255) = 39.92%

R = 8.32%
G = 51.77%
B = 39.92%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.23

 K value IS 0.02

RGB Variations

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

Color information

#28F9C0 (or 0x28F9C0) is known color: Turquoise. HEX triplet: 28, F9 and C0. RGB value is (40,249,192). Sum of RGB (Red+Green+Blue) = 40+249+192=481 (63% of max value = 765). Red value is 40 (16.02% from 255 or 8.32% from 481); Green value is 249 (97.66% from 255 or 51.77% from 481); Blue value is 192 (75.39% from 255 or 39.92% from 481); Max value from RGB is 249 - color contains mainly: green. Hex color #28F9C0 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #28F9C0 is #D7063F. Grayscale: #B4B4B4. Windows color (decimal): -14091840 or 12646696. OLE color: 12646696.

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

Color convert

RGB 40 249 192 -
CMYK 0.84 0 0.23 0.02
HSL 163.64º 0.95% 0.57% -
HSV(B) 163.64º 0.84% 0.98% -
XYZ 44.27 72.01 61.44 -
YUV 180.01 134.76 28.13 -
System Red Green Blue C M Y K H S L
Decimal 40 249 192 0.84 0 0.23 0.02 163.64 0.95 0.57
Hex 28 F9 C0 54 0 17 2 A4 5F 39
Octal 50 371 300 124 0 27 2 244 137 71
Binary 101000 11111001 11000000 1010100 0 10111 10 10100100 1011111 111001

Color Harmonies of #28F9C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #28F9C0

Black with #28F9C0

Text Example


Text Example

White with #28F9C0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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