Html Css Color HEX #04FFC6 Bright Turquoise

📋 copy color: '#04FFC6'

red 4 ◦ green 255 ◦ blue 198

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

Shades of Bright Turquoise #04FFC6

Tints of Bright Turquoise #04FFC6

RGB

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

 GREEN value IS 255 (100% from 255) = 55.8%

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

R = 0.88%
G = 55.8%
B = 43.33%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.22

 K value IS 0

RGB Variations

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

Color information

#04FFC6 (or 0x04FFC6) is known color: Bright Turquoise. HEX triplet: 04, FF and C6. RGB value is (4,255,198). Sum of RGB (Red+Green+Blue) = 4+255+198=457 (60% of max value = 765). Red value is 4 (1.95% from 255 or 0.88% from 457); Green value is 255 (100% from 255 or 55.80% from 457); Blue value is 198 (77.73% from 255 or 43.33% from 457); Max value from RGB is 255 - color contains mainly: green. Hex color #04FFC6 is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #04FFC6 is #FB0039. Grayscale: #ADADAD. Windows color (decimal): -16449594 or 13041412. OLE color: 13041412.

HSL color Cylindrical-coordinate representation of color #04FFC6: hue angle of 166.37º degrees, saturation: 1, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #04FFC6 is Cyan = 0.98, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.

Color convert

RGB 4 255 198 -
CMYK 0.98 0 0.22 0
HSL 166.37º 1% 0.51% -
HSV(B) 166.37º 0.98% 1% -
XYZ 46 75.62 65.6 -
YUV 173.45 141.84 7.13 -
System Red Green Blue C M Y K H S L
Decimal 4 255 198 0.98 0 0.22 0 166.37 1 0.51
Hex 4 FF C6 62 0 16 0 A6 64 33
Octal 4 377 306 142 0 26 0 246 144 63
Binary 100 11111111 11000110 1100010 0 10110 0 10100110 1100100 110011

Color Harmonies of #04FFC6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #04FFC6

Black with #04FFC6

Text Example


Text Example

White with #04FFC6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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