Html Css Color HEX #04DFDF Bright Turquoise

📋 copy color: '#04DFDF'

red 4 ◦ green 223 ◦ blue 223

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

Shades of Bright Turquoise #04DFDF

Tints of Bright Turquoise #04DFDF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 49.56%

R = 0.89%
G = 49.56%
B = 49.56%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#04DFDF (or 0x04DFDF) is known color: Bright Turquoise. HEX triplet: 04, DF and DF. RGB value is (4,223,223). Sum of RGB (Red+Green+Blue) = 4+223+223=450 (59% of max value = 765). Red value is 4 (1.95% from 255 or 0.89% from 450); Green value is 223 (87.5% from 255 or 49.56% from 450); Blue value is 223 (87.5% from 255 or 49.56% from 450); Max value from RGB is 223 - color contains mainly: green, blue. Hex color #04DFDF is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #04DFDF is #FB2020. Grayscale: #9D9D9D. Windows color (decimal): -16457761 or 14671620. OLE color: 14671620.

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

Color convert

RGB 4 223 223 -
CMYK 0.98 0 0 0.13
HSL 180º 0.96% 0.45% -
HSV(B) 180º 0.98% 0.87% -
XYZ 39.76 58.13 78.94 -
YUV 157.52 164.95 18.5 -
System Red Green Blue C M Y K H S L
Decimal 4 223 223 0.98 0 0 0.13 180 0.96 0.45
Hex 4 DF DF 62 0 0 D B4 60 2D
Octal 4 337 337 142 0 0 15 264 140 55
Binary 100 11011111 11011111 1100010 0 0 1101 10110100 1100000 101101

Color Harmonies of #04DFDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #04DFDF

Black with #04DFDF

Text Example


Text Example

White with #04DFDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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