Html Css Color HEX #04DFCF Bright Turquoise

📋 copy color: '#04DFCF'

red 4 ◦ green 223 ◦ blue 207

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

Shades of Bright Turquoise #04DFCF

Tints of Bright Turquoise #04DFCF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 47.7%

R = 0.92%
G = 51.38%
B = 47.7%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.07

 K value IS 0.13

RGB Variations

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

Color information

#04DFCF (or 0x04DFCF) is known color: Bright Turquoise. HEX triplet: 04, DF and CF. RGB value is (4,223,207). Sum of RGB (Red+Green+Blue) = 4+223+207=434 (57% of max value = 765). Red value is 4 (1.95% from 255 or 0.92% from 434); Green value is 223 (87.5% from 255 or 51.38% from 434); Blue value is 207 (81.25% from 255 or 47.70% from 434); Max value from RGB is 223 - color contains mainly: green. Hex color #04DFCF is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #04DFCF is #FB2030. Grayscale: #9B9B9B. Windows color (decimal): -16457777 or 13623044. OLE color: 13623044.

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

Color convert

RGB 4 223 207 -
CMYK 0.98 0 0.07 0.13
HSL 175.62º 0.96% 0.45% -
HSV(B) 175.62º 0.98% 0.87% -
XYZ 37.7 57.31 68.11 -
YUV 155.7 156.95 19.8 -
System Red Green Blue C M Y K H S L
Decimal 4 223 207 0.98 0 0.07 0.13 175.62 0.96 0.45
Hex 4 DF CF 62 0 7 D B0 60 2D
Octal 4 337 317 142 0 7 15 260 140 55
Binary 100 11011111 11001111 1100010 0 111 1101 10110000 1100000 101101

Color Harmonies of #04DFCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #04DFCF

Black with #04DFCF

Text Example


Text Example

White with #04DFCF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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