Html Css Color HEX #04FECF Bright Turquoise

📋 copy color: '#04FECF'

red 4 ◦ green 254 ◦ blue 207

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

Shades of Bright Turquoise #04FECF

Tints of Bright Turquoise #04FECF

RGB

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

 GREEN value IS 254 (99.61% from 255) = 54.62%

 BLUE value IS 207 (81.25% from 255) = 44.52%

R = 0.86%
G = 54.62%
B = 44.52%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.19

 K value IS 0.00

RGB Variations

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

Color information

#04FECF (or 0x04FECF) is known color: Bright Turquoise. HEX triplet: 04, FE and CF. RGB value is (4,254,207). Sum of RGB (Red+Green+Blue) = 4+254+207=465 (61% of max value = 765). Red value is 4 (1.95% from 255 or 0.86% from 465); Green value is 254 (99.61% from 255 or 54.62% from 465); Blue value is 207 (81.25% from 255 or 44.52% from 465); Max value from RGB is 254 - color contains mainly: green. Hex color #04FECF is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #04FECF is #FB0130. Grayscale: #ADADAD. Windows color (decimal): -16449841 or 13630980. OLE color: 13630980.

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

Color convert

RGB 4 254 207 -
CMYK 0.98 0 0.19 0.00
HSL 168.72º 0.99% 0.51% -
HSV(B) 168.72º 0.98% 1% -
XYZ 46.75 75.41 71.12 -
YUV 173.89 146.68 6.82 -
System Red Green Blue C M Y K H S L
Decimal 4 254 207 0.98 0 0.19 0.00 168.72 0.99 0.51
Hex 4 FE CF 62 0 13 0 A9 63 33
Octal 4 376 317 142 0 23 0 251 143 63
Binary 100 11111110 11001111 1100010 0 10011 0 10101001 1100011 110011

Color Harmonies of #04FECF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #04FECF

Black with #04FECF

Text Example


Text Example

White with #04FECF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(4,254,207); }

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

background-color css

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

 a { background-color: rgb(4,254,207); }

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

border-color css

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

 span { border-color: rgb(4,254,207); }

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