Html Css Color HEX #04F8DC Bright Turquoise

📋 copy color: '#04F8DC'

red 4 ◦ green 248 ◦ blue 220

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

Shades of Bright Turquoise #04F8DC

Tints of Bright Turquoise #04F8DC

RGB

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

 GREEN value IS 248 (97.27% from 255) = 52.54%

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

R = 0.85%
G = 52.54%
B = 46.61%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.11

 K value IS 0.03

RGB Variations

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

Color information

#04F8DC (or 0x04F8DC) is known color: Bright Turquoise. HEX triplet: 04, F8 and DC. RGB value is (4,248,220). Sum of RGB (Red+Green+Blue) = 4+248+220=472 (62% of max value = 765). Red value is 4 (1.95% from 255 or 0.85% from 472); Green value is 248 (97.27% from 255 or 52.54% from 472); Blue value is 220 (86.33% from 255 or 46.61% from 472); Max value from RGB is 248 - color contains mainly: green. Hex color #04F8DC is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #04F8DC is #FB0723. Grayscale: #ABABAB. Windows color (decimal): -16451364 or 14481412. OLE color: 14481412.

HSL color Cylindrical-coordinate representation of color #04F8DC: hue angle of 173.11º degrees, saturation: 0.97, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #04F8DC is Cyan = 0.98, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.03.

Color convert

RGB 4 248 220 -
CMYK 0.98 0 0.11 0.03
HSL 173.11º 0.97% 0.49% -
HSV(B) 173.11º 0.98% 0.97% -
XYZ 46.54 72.33 79.22 -
YUV 171.85 155.16 8.28 -
System Red Green Blue C M Y K H S L
Decimal 4 248 220 0.98 0 0.11 0.03 173.11 0.97 0.49
Hex 4 F8 DC 62 0 B 3 AD 61 31
Octal 4 370 334 142 0 13 3 255 141 61
Binary 100 11111000 11011100 1100010 0 1011 11 10101101 1100001 110001

Color Harmonies of #04F8DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #04F8DC

Black with #04F8DC

Text Example


Text Example

White with #04F8DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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