Html Css Color HEX #04DCDA Bright Turquoise

📋 copy color: '#04DCDA'

red 4 ◦ green 220 ◦ blue 218

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

Shades of Bright Turquoise #04DCDA

Tints of Bright Turquoise #04DCDA

RGB

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

 GREEN value IS 220 (86.33% from 255) = 49.77%

 BLUE value IS 218 (85.55% from 255) = 49.32%

R = 0.9%
G = 49.77%
B = 49.32%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.01

 K value IS 0.14

RGB Variations

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

Color information

#04DCDA (or 0x04DCDA) is known color: Bright Turquoise. HEX triplet: 04, DC and DA. RGB value is (4,220,218). Sum of RGB (Red+Green+Blue) = 4+220+218=442 (58% of max value = 765). Red value is 4 (1.95% from 255 or 0.90% from 442); Green value is 220 (86.33% from 255 or 49.77% from 442); Blue value is 218 (85.55% from 255 or 49.32% from 442); Max value from RGB is 220 - color contains mainly: green. Hex color #04DCDA is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #04DCDA is #FB2325. Grayscale: #9A9A9A. Windows color (decimal): -16458534 or 14343172. OLE color: 14343172.

HSL color Cylindrical-coordinate representation of color #04DCDA: hue angle of 179.44º degrees, saturation: 0.96, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #04DCDA is Cyan = 0.98, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.14.

Color convert

RGB 4 220 218 -
CMYK 0.98 0 0.01 0.14
HSL 179.44º 0.96% 0.44% -
HSV(B) 179.44º 0.98% 0.86% -
XYZ 38.3 56.27 75.17 -
YUV 155.19 163.44 20.16 -
System Red Green Blue C M Y K H S L
Decimal 4 220 218 0.98 0 0.01 0.14 179.44 0.96 0.44
Hex 4 DC DA 62 0 1 E B3 60 2C
Octal 4 334 332 142 0 1 16 263 140 54
Binary 100 11011100 11011010 1100010 0 1 1110 10110011 1100000 101100

Color Harmonies of #04DCDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #04DCDA

Black with #04DCDA

Text Example


Text Example

White with #04DCDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(4,220,218); }

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

background-color css

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

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

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

border-color css

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

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

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