Html Css Color HEX #04DCD5 Bright Turquoise

📋 copy color: '#04DCD5'

red 4 ◦ green 220 ◦ blue 213

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

Shades of Bright Turquoise #04DCD5

Tints of Bright Turquoise #04DCD5

RGB

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

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

 BLUE value IS 213 (83.59% from 255) = 48.74%

R = 0.92%
G = 50.34%
B = 48.74%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.03

 K value IS 0.14

RGB Variations

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

Color information

#04DCD5 (or 0x04DCD5) is known color: Bright Turquoise. HEX triplet: 04, DC and D5. RGB value is (4,220,213). Sum of RGB (Red+Green+Blue) = 4+220+213=437 (57% of max value = 765). Red value is 4 (1.95% from 255 or 0.92% from 437); Green value is 220 (86.33% from 255 or 50.34% from 437); Blue value is 213 (83.59% from 255 or 48.74% from 437); Max value from RGB is 220 - color contains mainly: green. Hex color #04DCD5 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #04DCD5 is #FB232A. Grayscale: #9A9A9A. Windows color (decimal): -16458539 or 14015492. OLE color: 14015492.

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

Color convert

RGB 4 220 213 -
CMYK 0.98 0 0.03 0.14
HSL 178.06º 0.96% 0.44% -
HSV(B) 178.06º 0.98% 0.86% -
XYZ 37.65 56.02 71.78 -
YUV 154.62 160.94 20.57 -
System Red Green Blue C M Y K H S L
Decimal 4 220 213 0.98 0 0.03 0.14 178.06 0.96 0.44
Hex 4 DC D5 62 0 3 E B2 60 2C
Octal 4 334 325 142 0 3 16 262 140 54
Binary 100 11011100 11010101 1100010 0 11 1110 10110010 1100000 101100

Color Harmonies of #04DCD5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #04DCD5

Black with #04DCD5

Text Example


Text Example

White with #04DCD5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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