Html Css Color HEX #04F9C6 Bright Turquoise

📋 copy color: '#04F9C6'

red 4 ◦ green 249 ◦ blue 198

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

Shades of Bright Turquoise #04F9C6

Tints of Bright Turquoise #04F9C6

RGB

 RED value IS 4 (1.95% from 255) = 0.89%

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

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

R = 0.89%
G = 55.21%
B = 43.9%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.20

 K value IS 0.02

RGB Variations

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

Color information

#04F9C6 (or 0x04F9C6) is known color: Bright Turquoise. HEX triplet: 04, F9 and C6. RGB value is (4,249,198). Sum of RGB (Red+Green+Blue) = 4+249+198=451 (59% of max value = 765). Red value is 4 (1.95% from 255 or 0.89% from 451); Green value is 249 (97.66% from 255 or 55.21% from 451); Blue value is 198 (77.73% from 255 or 43.90% from 451); Max value from RGB is 249 - color contains mainly: green. Hex color #04F9C6 is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #04F9C6 is #FB0639. Grayscale: #A9A9A9. Windows color (decimal): -16451130 or 13039876. OLE color: 13039876.

HSL color Cylindrical-coordinate representation of color #04F9C6: hue angle of 167.51º degrees, saturation: 0.97, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #04F9C6 is Cyan = 0.98, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.02.

Color convert

RGB 4 249 198 -
CMYK 0.98 0 0.20 0.02
HSL 167.51º 0.97% 0.5% -
HSV(B) 167.51º 0.98% 0.98% -
XYZ 44.12 71.85 64.97 -
YUV 169.93 143.83 9.65 -
System Red Green Blue C M Y K H S L
Decimal 4 249 198 0.98 0 0.20 0.02 167.51 0.97 0.5
Hex 4 F9 C6 62 0 14 2 A8 61 32
Octal 4 371 306 142 0 24 2 250 141 62
Binary 100 11111001 11000110 1100010 0 10100 10 10101000 1100001 110010

Color Harmonies of #04F9C6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #04F9C6

Black with #04F9C6

Text Example


Text Example

White with #04F9C6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #04F9C6; }

 p { color: rgb(4,249,198); }

 H1.HeaderClassName
 {
   color: #04F9C6;
 }
 .AnyTagClassName
 {
   color: #04F9C6;
 }
</style>

background-color css

<style>
 a { background-color: #04F9C6; }

 a { background-color: rgb(4,249,198); }

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

border-color css

<style>
 span { border-color: #04F9C6; }

 span { border-color: rgb(4,249,198); }

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