Html Css Color HEX #04FAC6 Bright Turquoise

📋 copy color: '#04FAC6'

red 4 ◦ green 250 ◦ blue 198

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

Shades of Bright Turquoise #04FAC6

Tints of Bright Turquoise #04FAC6

RGB

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

 GREEN value IS 250 (98.05% from 255) = 55.31%

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

R = 0.88%
G = 55.31%
B = 43.81%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.21

 K value IS 0.02

RGB Variations

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

Color information

#04FAC6 (or 0x04FAC6) is known color: Bright Turquoise. HEX triplet: 04, FA and C6. RGB value is (4,250,198). Sum of RGB (Red+Green+Blue) = 4+250+198=452 (59% of max value = 765). Red value is 4 (1.95% from 255 or 0.88% from 452); Green value is 250 (98.05% from 255 or 55.31% from 452); Blue value is 198 (77.73% from 255 or 43.81% from 452); Max value from RGB is 250 - color contains mainly: green. Hex color #04FAC6 is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #04FAC6 is #FB0539. Grayscale: #AAAAAA. Windows color (decimal): -16450874 or 13040132. OLE color: 13040132.

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

Color convert

RGB 4 250 198 -
CMYK 0.98 0 0.21 0.02
HSL 167.32º 0.97% 0.5% -
HSV(B) 167.32º 0.98% 0.98% -
XYZ 44.43 72.47 65.07 -
YUV 170.52 143.5 9.23 -
System Red Green Blue C M Y K H S L
Decimal 4 250 198 0.98 0 0.21 0.02 167.32 0.97 0.5
Hex 4 FA C6 62 0 15 2 A7 61 32
Octal 4 372 306 142 0 25 2 247 141 62
Binary 100 11111010 11000110 1100010 0 10101 10 10100111 1100001 110010

Color Harmonies of #04FAC6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #04FAC6

Black with #04FAC6

Text Example


Text Example

White with #04FAC6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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