Html Css Color HEX #04FADF Bright Turquoise

📋 copy color: '#04FADF'

red 4 ◦ green 250 ◦ blue 223

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

Shades of Bright Turquoise #04FADF

Tints of Bright Turquoise #04FADF

RGB

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

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

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

R = 0.84%
G = 52.41%
B = 46.75%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.11

 K value IS 0.02

RGB Variations

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

Color information

#04FADF (or 0x04FADF) is known color: Bright Turquoise. HEX triplet: 04, FA and DF. RGB value is (4,250,223). Sum of RGB (Red+Green+Blue) = 4+250+223=477 (63% of max value = 765). Red value is 4 (1.95% from 255 or 0.84% from 477); Green value is 250 (98.05% from 255 or 52.41% from 477); Blue value is 223 (87.5% from 255 or 46.75% from 477); Max value from RGB is 250 - color contains mainly: green. Hex color #04FADF is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #04FADF is #FB0520. Grayscale: #ADADAD. Windows color (decimal): -16450849 or 14678532. OLE color: 14678532.

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

Color convert

RGB 4 250 223 -
CMYK 0.98 0 0.11 0.02
HSL 173.41º 0.97% 0.5% -
HSV(B) 173.41º 0.98% 0.98% -
XYZ 47.55 73.72 81.54 -
YUV 173.37 156 7.2 -
System Red Green Blue C M Y K H S L
Decimal 4 250 223 0.98 0 0.11 0.02 173.41 0.97 0.5
Hex 4 FA DF 62 0 B 2 AD 61 32
Octal 4 372 337 142 0 13 2 255 141 62
Binary 100 11111010 11011111 1100010 0 1011 10 10101101 1100001 110010

Color Harmonies of #04FADF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #04FADF

Black with #04FADF

Text Example


Text Example

White with #04FADF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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