Html Css Color HEX #04FCDF Bright Turquoise

📋 copy color: '#04FCDF'

red 4 ◦ green 252 ◦ blue 223

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

Shades of Bright Turquoise #04FCDF

Tints of Bright Turquoise #04FCDF

RGB

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

 GREEN value IS 252 (98.83% from 255) = 52.61%

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

R = 0.84%
G = 52.61%
B = 46.56%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.12

 K value IS 0.01

RGB Variations

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

Color information

#04FCDF (or 0x04FCDF) is known color: Bright Turquoise. HEX triplet: 04, FC and DF. RGB value is (4,252,223). Sum of RGB (Red+Green+Blue) = 4+252+223=479 (63% of max value = 765). Red value is 4 (1.95% from 255 or 0.84% from 479); Green value is 252 (98.83% from 255 or 52.61% from 479); Blue value is 223 (87.5% from 255 or 46.56% from 479); Max value from RGB is 252 - color contains mainly: green. Hex color #04FCDF is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #04FCDF is #FB0320. Grayscale: #AEAEAE. Windows color (decimal): -16450337 or 14679044. OLE color: 14679044.

HSL color Cylindrical-coordinate representation of color #04FCDF: hue angle of 172.98º degrees, saturation: 0.98, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #04FCDF is Cyan = 0.98, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.01.

Color convert

RGB 4 252 223 -
CMYK 0.98 0 0.12 0.01
HSL 172.98º 0.98% 0.5% -
HSV(B) 172.98º 0.98% 0.99% -
XYZ 48.18 74.97 81.74 -
YUV 174.54 155.34 6.36 -
System Red Green Blue C M Y K H S L
Decimal 4 252 223 0.98 0 0.12 0.01 172.98 0.98 0.5
Hex 4 FC DF 62 0 C 1 AD 62 32
Octal 4 374 337 142 0 14 1 255 142 62
Binary 100 11111100 11011111 1100010 0 1100 1 10101101 1100010 110010

Color Harmonies of #04FCDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #04FCDF

Black with #04FCDF

Text Example


Text Example

White with #04FCDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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