Html Css Color HEX #04F2DC Bright Turquoise

📋 copy color: '#04F2DC'

red 4 ◦ green 242 ◦ blue 220

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

Shades of Bright Turquoise #04F2DC

Tints of Bright Turquoise #04F2DC

RGB

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

 GREEN value IS 242 (94.92% from 255) = 51.93%

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

R = 0.86%
G = 51.93%
B = 47.21%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.09

 K value IS 0.05

RGB Variations

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

Color information

#04F2DC (or 0x04F2DC) is known color: Bright Turquoise. HEX triplet: 04, F2 and DC. RGB value is (4,242,220). Sum of RGB (Red+Green+Blue) = 4+242+220=466 (61% of max value = 765). Red value is 4 (1.95% from 255 or 0.86% from 466); Green value is 242 (94.92% from 255 or 51.93% from 466); Blue value is 220 (86.33% from 255 or 47.21% from 466); Max value from RGB is 242 - color contains mainly: green. Hex color #04F2DC is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #04F2DC is #FB0D23. Grayscale: #A8A8A8. Windows color (decimal): -16452900 or 14479876. OLE color: 14479876.

HSL color Cylindrical-coordinate representation of color #04F2DC: hue angle of 174.45º degrees, saturation: 0.97, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #04F2DC is Cyan = 0.98, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.05.

Color convert

RGB 4 242 220 -
CMYK 0.98 0 0.09 0.05
HSL 174.45º 0.97% 0.48% -
HSV(B) 174.45º 0.98% 0.95% -
XYZ 44.72 68.7 78.61 -
YUV 168.33 157.15 10.79 -
System Red Green Blue C M Y K H S L
Decimal 4 242 220 0.98 0 0.09 0.05 174.45 0.97 0.48
Hex 4 F2 DC 62 0 9 5 AE 61 30
Octal 4 362 334 142 0 11 5 256 141 60
Binary 100 11110010 11011100 1100010 0 1001 101 10101110 1100001 110000

Color Harmonies of #04F2DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #04F2DC

Black with #04F2DC

Text Example


Text Example

White with #04F2DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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