Html Css Color HEX #04DFDA Bright Turquoise

📋 copy color: '#04DFDA'

red 4 ◦ green 223 ◦ blue 218

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

Shades of Bright Turquoise #04DFDA

Tints of Bright Turquoise #04DFDA

RGB

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

 GREEN value IS 223 (87.5% from 255) = 50.11%

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

R = 0.9%
G = 50.11%
B = 48.99%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.02

 K value IS 0.13

RGB Variations

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

Color information

#04DFDA (or 0x04DFDA) is known color: Bright Turquoise. HEX triplet: 04, DF and DA. RGB value is (4,223,218). Sum of RGB (Red+Green+Blue) = 4+223+218=445 (58% of max value = 765). Red value is 4 (1.95% from 255 or 0.90% from 445); Green value is 223 (87.5% from 255 or 50.11% from 445); Blue value is 218 (85.55% from 255 or 48.99% from 445); Max value from RGB is 223 - color contains mainly: green. Hex color #04DFDA is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #04DFDA is #FB2025. Grayscale: #9C9C9C. Windows color (decimal): -16457766 or 14343940. OLE color: 14343940.

HSL color Cylindrical-coordinate representation of color #04DFDA: hue angle of 178.63º degrees, saturation: 0.96, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #04DFDA is Cyan = 0.98, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.13.

Color convert

RGB 4 223 218 -
CMYK 0.98 0 0.02 0.13
HSL 178.63º 0.96% 0.45% -
HSV(B) 178.63º 0.98% 0.87% -
XYZ 39.09 57.86 75.44 -
YUV 156.95 162.45 18.91 -
System Red Green Blue C M Y K H S L
Decimal 4 223 218 0.98 0 0.02 0.13 178.63 0.96 0.45
Hex 4 DF DA 62 0 2 D B3 60 2D
Octal 4 337 332 142 0 2 15 263 140 55
Binary 100 11011111 11011010 1100010 0 10 1101 10110011 1100000 101101

Color Harmonies of #04DFDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #04DFDA

Black with #04DFDA

Text Example


Text Example

White with #04DFDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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