Html Css Color HEX #04FCDA Bright Turquoise

📋 copy color: '#04FCDA'

red 4 ◦ green 252 ◦ blue 218

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

Shades of Bright Turquoise #04FCDA

Tints of Bright Turquoise #04FCDA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 45.99%

R = 0.84%
G = 53.16%
B = 45.99%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.13

 K value IS 0.01

RGB Variations

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

Color information

#04FCDA (or 0x04FCDA) is known color: Bright Turquoise. HEX triplet: 04, FC and DA. RGB value is (4,252,218). Sum of RGB (Red+Green+Blue) = 4+252+218=474 (62% of max value = 765). Red value is 4 (1.95% from 255 or 0.84% from 474); Green value is 252 (98.83% from 255 or 53.16% from 474); Blue value is 218 (85.55% from 255 or 45.99% from 474); Max value from RGB is 252 - color contains mainly: green. Hex color #04FCDA is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #04FCDA is #FB0325. Grayscale: #ADADAD. Windows color (decimal): -16450342 or 14351364. OLE color: 14351364.

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

Color convert

RGB 4 252 218 -
CMYK 0.98 0 0.13 0.01
HSL 171.77º 0.98% 0.5% -
HSV(B) 171.77º 0.98% 0.99% -
XYZ 47.52 74.71 78.25 -
YUV 173.97 152.84 6.76 -
System Red Green Blue C M Y K H S L
Decimal 4 252 218 0.98 0 0.13 0.01 171.77 0.98 0.5
Hex 4 FC DA 62 0 D 1 AC 62 32
Octal 4 374 332 142 0 15 1 254 142 62
Binary 100 11111100 11011010 1100010 0 1101 1 10101100 1100010 110010

Color Harmonies of #04FCDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #04FCDA

Black with #04FCDA

Text Example


Text Example

White with #04FCDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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