Html Css Color HEX #04FFDA Bright Turquoise

📋 copy color: '#04FFDA'

red 4 ◦ green 255 ◦ blue 218

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

Shades of Bright Turquoise #04FFDA

Tints of Bright Turquoise #04FFDA

RGB

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

 GREEN value IS 255 (100% from 255) = 53.46%

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

R = 0.84%
G = 53.46%
B = 45.7%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.15

 K value IS 0

RGB Variations

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

Color information

#04FFDA (or 0x04FFDA) is known color: Bright Turquoise. HEX triplet: 04, FF and DA. RGB value is (4,255,218). Sum of RGB (Red+Green+Blue) = 4+255+218=477 (63% of max value = 765). Red value is 4 (1.95% from 255 or 0.84% from 477); Green value is 255 (100% from 255 or 53.46% from 477); Blue value is 218 (85.55% from 255 or 45.70% from 477); Max value from RGB is 255 - color contains mainly: green. Hex color #04FFDA is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #04FFDA is #FB0025. Grayscale: #AFAFAF. Windows color (decimal): -16449574 or 14352132. OLE color: 14352132.

HSL color Cylindrical-coordinate representation of color #04FFDA: hue angle of 171.16º degrees, saturation: 1, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #04FFDA is Cyan = 0.98, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.

Color convert

RGB 4 255 218 -
CMYK 0.98 0 0.15 0
HSL 171.16º 1% 0.51% -
HSV(B) 171.16º 0.98% 1% -
XYZ 48.46 76.61 78.56 -
YUV 175.73 151.84 5.51 -
System Red Green Blue C M Y K H S L
Decimal 4 255 218 0.98 0 0.15 0 171.16 1 0.51
Hex 4 FF DA 62 0 F 0 AB 64 33
Octal 4 377 332 142 0 17 0 253 144 63
Binary 100 11111111 11011010 1100010 0 1111 0 10101011 1100100 110011

Color Harmonies of #04FFDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #04FFDA

Black with #04FFDA

Text Example


Text Example

White with #04FFDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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