Html Css Color HEX #04F7DC Bright Turquoise

📋 copy color: '#04F7DC'

red 4 ◦ green 247 ◦ blue 220

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

Shades of Bright Turquoise #04F7DC

Tints of Bright Turquoise #04F7DC

RGB

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

 GREEN value IS 247 (96.88% from 255) = 52.44%

 BLUE value IS 220 (86.33% from 255) = 46.71%

R = 0.85%
G = 52.44%
B = 46.71%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.11

 K value IS 0.03

RGB Variations

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

Color information

#04F7DC (or 0x04F7DC) is known color: Bright Turquoise. HEX triplet: 04, F7 and DC. RGB value is (4,247,220). Sum of RGB (Red+Green+Blue) = 4+247+220=471 (62% of max value = 765). Red value is 4 (1.95% from 255 or 0.85% from 471); Green value is 247 (96.88% from 255 or 52.44% from 471); Blue value is 220 (86.33% from 255 or 46.71% from 471); Max value from RGB is 247 - color contains mainly: green. Hex color #04F7DC is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #04F7DC is #FB0823. Grayscale: #ABABAB. Windows color (decimal): -16451620 or 14481156. OLE color: 14481156.

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

Color convert

RGB 4 247 220 -
CMYK 0.98 0 0.11 0.03
HSL 173.33º 0.97% 0.49% -
HSV(B) 173.33º 0.98% 0.97% -
XYZ 46.23 71.71 79.12 -
YUV 171.27 155.49 8.7 -
System Red Green Blue C M Y K H S L
Decimal 4 247 220 0.98 0 0.11 0.03 173.33 0.97 0.49
Hex 4 F7 DC 62 0 B 3 AD 61 31
Octal 4 367 334 142 0 13 3 255 141 61
Binary 100 11110111 11011100 1100010 0 1011 11 10101101 1100001 110001

Color Harmonies of #04F7DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #04F7DC

Black with #04F7DC

Text Example


Text Example

White with #04F7DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(4,247,220); }

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

background-color css

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

 a { background-color: rgb(4,247,220); }

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

border-color css

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

 span { border-color: rgb(4,247,220); }

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