Html Css Color HEX #04DFDC Bright Turquoise

📋 copy color: '#04DFDC'

red 4 ◦ green 223 ◦ blue 220

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

Shades of Bright Turquoise #04DFDC

Tints of Bright Turquoise #04DFDC

RGB

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

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

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

R = 0.89%
G = 49.89%
B = 49.22%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.01

 K value IS 0.13

RGB Variations

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

Color information

#04DFDC (or 0x04DFDC) is known color: Bright Turquoise. HEX triplet: 04, DF and DC. RGB value is (4,223,220). Sum of RGB (Red+Green+Blue) = 4+223+220=447 (59% of max value = 765). Red value is 4 (1.95% from 255 or 0.89% from 447); Green value is 223 (87.5% from 255 or 49.89% from 447); Blue value is 220 (86.33% from 255 or 49.22% from 447); Max value from RGB is 223 - color contains mainly: green. Hex color #04DFDC is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #04DFDC is #FB2023. Grayscale: #9C9C9C. Windows color (decimal): -16457764 or 14475012. OLE color: 14475012.

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

Color convert

RGB 4 223 220 -
CMYK 0.98 0 0.01 0.13
HSL 179.18º 0.96% 0.45% -
HSV(B) 179.18º 0.98% 0.87% -
XYZ 39.36 57.97 76.82 -
YUV 157.18 163.45 18.74 -
System Red Green Blue C M Y K H S L
Decimal 4 223 220 0.98 0 0.01 0.13 179.18 0.96 0.45
Hex 4 DF DC 62 0 1 D B3 60 2D
Octal 4 337 334 142 0 1 15 263 140 55
Binary 100 11011111 11011100 1100010 0 1 1101 10110011 1100000 101101

Color Harmonies of #04DFDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #04DFDC

Black with #04DFDC

Text Example


Text Example

White with #04DFDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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