Html Css Color HEX #28F9C9 Turquoise

📋 copy color: '#28F9C9'

red 40 ◦ green 249 ◦ blue 201

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

Shades of Turquoise #28F9C9

Tints of Turquoise #28F9C9

RGB

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

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

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

R = 8.16%
G = 50.82%
B = 41.02%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.19

 K value IS 0.02

RGB Variations

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

Color information

#28F9C9 (or 0x28F9C9) is known color: Turquoise. HEX triplet: 28, F9 and C9. RGB value is (40,249,201). Sum of RGB (Red+Green+Blue) = 40+249+201=490 (64% of max value = 765). Red value is 40 (16.02% from 255 or 8.16% from 490); Green value is 249 (97.66% from 255 or 50.82% from 490); Blue value is 201 (78.91% from 255 or 41.02% from 490); Max value from RGB is 249 - color contains mainly: green. Hex color #28F9C9 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #28F9C9 is #D70636. Grayscale: #B5B5B5. Windows color (decimal): -14091831 or 13236520. OLE color: 13236520.

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

Color convert

RGB 40 249 201 -
CMYK 0.84 0 0.19 0.02
HSL 166.22º 0.95% 0.57% -
HSV(B) 166.22º 0.84% 0.98% -
XYZ 45.29 72.42 66.85 -
YUV 181.04 139.26 27.4 -
System Red Green Blue C M Y K H S L
Decimal 40 249 201 0.84 0 0.19 0.02 166.22 0.95 0.57
Hex 28 F9 C9 54 0 13 2 A6 5F 39
Octal 50 371 311 124 0 23 2 246 137 71
Binary 101000 11111001 11001001 1010100 0 10011 10 10100110 1011111 111001

Color Harmonies of #28F9C9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #28F9C9

Black with #28F9C9

Text Example


Text Example

White with #28F9C9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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