Html Css Color HEX #04DFCE Bright Turquoise

📋 copy color: '#04DFCE'

red 4 ◦ green 223 ◦ blue 206

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

Shades of Bright Turquoise #04DFCE

Tints of Bright Turquoise #04DFCE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 47.58%

R = 0.92%
G = 51.5%
B = 47.58%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.08

 K value IS 0.13

RGB Variations

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

Color information

#04DFCE (or 0x04DFCE) is known color: Bright Turquoise. HEX triplet: 04, DF and CE. RGB value is (4,223,206). Sum of RGB (Red+Green+Blue) = 4+223+206=433 (57% of max value = 765). Red value is 4 (1.95% from 255 or 0.92% from 433); Green value is 223 (87.5% from 255 or 51.50% from 433); Blue value is 206 (80.86% from 255 or 47.58% from 433); Max value from RGB is 223 - color contains mainly: green. Hex color #04DFCE is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #04DFCE is #FB2031. Grayscale: #9B9B9B. Windows color (decimal): -16457778 or 13557508. OLE color: 13557508.

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

Color convert

RGB 4 223 206 -
CMYK 0.98 0 0.08 0.13
HSL 175.34º 0.96% 0.45% -
HSV(B) 175.34º 0.98% 0.87% -
XYZ 37.58 57.26 67.46 -
YUV 155.58 156.45 19.88 -
System Red Green Blue C M Y K H S L
Decimal 4 223 206 0.98 0 0.08 0.13 175.34 0.96 0.45
Hex 4 DF CE 62 0 8 D AF 60 2D
Octal 4 337 316 142 0 10 15 257 140 55
Binary 100 11011111 11001110 1100010 0 1000 1101 10101111 1100000 101101

Color Harmonies of #04DFCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #04DFCE

Black with #04DFCE

Text Example


Text Example

White with #04DFCE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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