#04C3D3

Color #04C3D3 Dark Turquoise (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Turquoise #04C3D3

Tints of Dark Turquoise #04C3D3

Color information

#04C3D3 (or 0x04C3D3) is unknown color: approx Dark Turquoise. HEX triplet: 04, C3 and D3. RGB value is (4,195,211). Sum of RGB (Red+Green+Blue) = 4+195+211=410 (54% of max value = 765). Red value is 4 (1.95% from 255 or 0.98% from 410); Green value is 195 (76.56% from 255 or 47.56% from 410); Blue value is 211 (82.81% from 255 or 51.46% from 410); Max value from RGB is 211 - color contains mainly: blue. Hex color #04C3D3 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #04C3D3 is #FB3C2C. Grayscale: #8B8B8B. Windows color (decimal): -16464941 or 13878020. OLE color: 13878020.

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

Color convert

RGB4195211-
CMYK0.980.0800.17
HSL184.64º96.28%42.16%-
HSV(B)184.64º98.1%82.75%-
XYZ31.3243.7668.42-
YUV139.71168.2231.2-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 0.98%
GREEN value IS 195 (76.56% from 255) = 47.56%
BLUE value IS 211 (82.81% from 255) = 51.46%
R=0.98%
G=47.56%
B=51.46%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal41952110.980.0800.17184.6496.2842.16
Hex4C3D3628011b9602a
Octal43033231421002127114052
Binary100110000111101001111000101000010001101110011100000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #04C3D3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(4,195,211); }

 H1.HeaderClassName
 {
   color: #04C3D3;
 }
 .AnyTagClassName
 {
   color: #04C3D3;
 }
</style>
background-color css

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

 a { background-color: rgb(4,195,211); }

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

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

 span { border-color: rgb(4,195,211); }

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