Html Css Color HEX #04C6D1 Dark Turquoise

📋 copy color: '#04C6D1'

red 4 ◦ green 198 ◦ blue 209

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

Shades of Dark Turquoise #04C6D1

Tints of Dark Turquoise #04C6D1

RGB

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

 GREEN value IS 198 (77.73% from 255) = 48.18%

 BLUE value IS 209 (82.03% from 255) = 50.85%

R = 0.97%
G = 48.18%
B = 50.85%

CMYK

 C value IS 0.98

 M value IS 0.05

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#04C6D1 (or 0x04C6D1) is known color: Dark Turquoise. HEX triplet: 04, C6 and D1. RGB value is (4,198,209). Sum of RGB (Red+Green+Blue) = 4+198+209=411 (54% of max value = 765). Red value is 4 (1.95% from 255 or 0.97% from 411); Green value is 198 (77.73% from 255 or 48.18% from 411); Blue value is 209 (82.03% from 255 or 50.85% from 411); Max value from RGB is 209 - color contains mainly: blue. Hex color #04C6D1 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #04C6D1 is #FB392E. Grayscale: #8D8D8D. Windows color (decimal): -16464175 or 13747716. OLE color: 13747716.

HSL color Cylindrical-coordinate representation of color #04C6D1: hue angle of 183.22º degrees, saturation: 0.96, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #04C6D1 is Cyan = 0.98, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 4 198 209 -
CMYK 0.98 0.05 0 0.18
HSL 183.22º 0.96% 0.42% -
HSV(B) 183.22º 0.98% 0.82% -
XYZ 31.75 45.02 67.34 -
YUV 141.25 166.23 30.11 -
System Red Green Blue C M Y K H S L
Decimal 4 198 209 0.98 0.05 0 0.18 183.22 0.96 0.42
Hex 4 C6 D1 62 5 0 12 B7 60 2A
Octal 4 306 321 142 5 0 22 267 140 52
Binary 100 11000110 11010001 1100010 101 0 10010 10110111 1100000 101010

Color Harmonies of #04C6D1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #04C6D1

Black with #04C6D1

Text Example


Text Example

White with #04C6D1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(4,198,209); }

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

background-color css

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

 a { background-color: rgb(4,198,209); }

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

border-color css

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

 span { border-color: rgb(4,198,209); }

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