Html Css Color HEX #04FFDF Bright Turquoise

📋 copy color: '#04FFDF'

red 4 ◦ green 255 ◦ blue 223

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

Shades of Bright Turquoise #04FFDF

Tints of Bright Turquoise #04FFDF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 46.27%

R = 0.83%
G = 52.9%
B = 46.27%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.13

 K value IS 0

RGB Variations

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

Color information

#04FFDF (or 0x04FFDF) is known color: Bright Turquoise. HEX triplet: 04, FF and DF. RGB value is (4,255,223). Sum of RGB (Red+Green+Blue) = 4+255+223=482 (63% of max value = 765). Red value is 4 (1.95% from 255 or 0.83% from 482); Green value is 255 (100% from 255 or 52.90% from 482); Blue value is 223 (87.5% from 255 or 46.27% from 482); Max value from RGB is 255 - color contains mainly: green. Hex color #04FFDF is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #04FFDF is #FB0020. Grayscale: #B0B0B0. Windows color (decimal): -16449569 or 14679812. OLE color: 14679812.

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

Color convert

RGB 4 255 223 -
CMYK 0.98 0 0.13 0
HSL 172.35º 1% 0.51% -
HSV(B) 172.35º 0.98% 1% -
XYZ 49.13 76.87 82.06 -
YUV 176.3 154.34 5.1 -
System Red Green Blue C M Y K H S L
Decimal 4 255 223 0.98 0 0.13 0 172.35 1 0.51
Hex 4 FF DF 62 0 D 0 AC 64 33
Octal 4 377 337 142 0 15 0 254 144 63
Binary 100 11111111 11011111 1100010 0 1101 0 10101100 1100100 110011

Color Harmonies of #04FFDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #04FFDF

Black with #04FFDF

Text Example


Text Example

White with #04FFDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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