Html Css Color HEX #04DFDE Bright Turquoise

📋 copy color: '#04DFDE'

red 4 ◦ green 223 ◦ blue 222

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

Shades of Bright Turquoise #04DFDE

Tints of Bright Turquoise #04DFDE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 49.44%

R = 0.89%
G = 49.67%
B = 49.44%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.00

 K value IS 0.13

RGB Variations

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

Color information

#04DFDE (or 0x04DFDE) is known color: Bright Turquoise. HEX triplet: 04, DF and DE. RGB value is (4,223,222). Sum of RGB (Red+Green+Blue) = 4+223+222=449 (59% of max value = 765). Red value is 4 (1.95% from 255 or 0.89% from 449); Green value is 223 (87.5% from 255 or 49.67% from 449); Blue value is 222 (87.11% from 255 or 49.44% from 449); Max value from RGB is 223 - color contains mainly: green. Hex color #04DFDE is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #04DFDE is #FB2021. Grayscale: #9D9D9D. Windows color (decimal): -16457762 or 14606084. OLE color: 14606084.

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

Color convert

RGB 4 223 222 -
CMYK 0.98 0 0.00 0.13
HSL 179.73º 0.96% 0.45% -
HSV(B) 179.73º 0.98% 0.87% -
XYZ 39.62 58.08 78.23 -
YUV 157.41 164.45 18.58 -
System Red Green Blue C M Y K H S L
Decimal 4 223 222 0.98 0 0.00 0.13 179.73 0.96 0.45
Hex 4 DF DE 62 0 0 D B4 60 2D
Octal 4 337 336 142 0 0 15 264 140 55
Binary 100 11011111 11011110 1100010 0 0 1101 10110100 1100000 101101

Color Harmonies of #04DFDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #04DFDE

Black with #04DFDE

Text Example


Text Example

White with #04DFDE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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