Html Css Color HEX #04DFDB Bright Turquoise

📋 copy color: '#04DFDB'

red 4 ◦ green 223 ◦ blue 219

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

Shades of Bright Turquoise #04DFDB

Tints of Bright Turquoise #04DFDB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 49.1%

R = 0.9%
G = 50%
B = 49.1%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.02

 K value IS 0.13

RGB Variations

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

Color information

#04DFDB (or 0x04DFDB) is known color: Bright Turquoise. HEX triplet: 04, DF and DB. RGB value is (4,223,219). Sum of RGB (Red+Green+Blue) = 4+223+219=446 (59% of max value = 765). Red value is 4 (1.95% from 255 or 0.90% from 446); Green value is 223 (87.5% from 255 or 50% from 446); Blue value is 219 (85.94% from 255 or 49.10% from 446); Max value from RGB is 223 - color contains mainly: green. Hex color #04DFDB is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #04DFDB is #FB2024. Grayscale: #9C9C9C. Windows color (decimal): -16457765 or 14409476. OLE color: 14409476.

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

Color convert

RGB 4 223 219 -
CMYK 0.98 0 0.02 0.13
HSL 178.9º 0.96% 0.45% -
HSV(B) 178.9º 0.98% 0.87% -
XYZ 39.22 57.92 76.13 -
YUV 157.06 162.95 18.83 -
System Red Green Blue C M Y K H S L
Decimal 4 223 219 0.98 0 0.02 0.13 178.9 0.96 0.45
Hex 4 DF DB 62 0 2 D B3 60 2D
Octal 4 337 333 142 0 2 15 263 140 55
Binary 100 11011111 11011011 1100010 0 10 1101 10110011 1100000 101101

Color Harmonies of #04DFDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #04DFDB

Black with #04DFDB

Text Example


Text Example

White with #04DFDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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