Html Css Color HEX #04FFDC Bright Turquoise

📋 copy color: '#04FFDC'

red 4 ◦ green 255 ◦ blue 220

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

Shades of Bright Turquoise #04FFDC

Tints of Bright Turquoise #04FFDC

RGB

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

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

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

R = 0.84%
G = 53.24%
B = 45.93%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.14

 K value IS 0

RGB Variations

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

Color information

#04FFDC (or 0x04FFDC) is known color: Bright Turquoise. HEX triplet: 04, FF and DC. RGB value is (4,255,220). Sum of RGB (Red+Green+Blue) = 4+255+220=479 (63% of max value = 765). Red value is 4 (1.95% from 255 or 0.84% from 479); Green value is 255 (100% from 255 or 53.24% from 479); Blue value is 220 (86.33% from 255 or 45.93% from 479); Max value from RGB is 255 - color contains mainly: green. Hex color #04FFDC is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #04FFDC is #FB0023. Grayscale: #AFAFAF. Windows color (decimal): -16449572 or 14483204. OLE color: 14483204.

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

Color convert

RGB 4 255 220 -
CMYK 0.98 0 0.14 0
HSL 171.63º 1% 0.51% -
HSV(B) 171.63º 0.98% 1% -
XYZ 48.73 76.71 79.95 -
YUV 175.96 152.84 5.35 -
System Red Green Blue C M Y K H S L
Decimal 4 255 220 0.98 0 0.14 0 171.63 1 0.51
Hex 4 FF DC 62 0 E 0 AC 64 33
Octal 4 377 334 142 0 16 0 254 144 63
Binary 100 11111111 11011100 1100010 0 1110 0 10101100 1100100 110011

Color Harmonies of #04FFDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #04FFDC

Black with #04FFDC

Text Example


Text Example

White with #04FFDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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