#04D9F3

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

Shades of Bright Turquoise #04D9F3

Tints of Bright Turquoise #04D9F3

Color information

#04D9F3 (or 0x04D9F3) is unknown color: approx Bright Turquoise. HEX triplet: 04, D9 and F3. RGB value is (4,217,243). Sum of RGB (Red+Green+Blue) = 4+217+243=464 (61% of max value = 765). Red value is 4 (1.95% from 255 or 0.86% from 464); Green value is 217 (85.16% from 255 or 46.77% from 464); Blue value is 243 (95.31% from 255 or 52.37% from 464); Max value from RGB is 243 - color contains mainly: blue. Hex color #04D9F3 is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #04D9F3 is #FB260C. Grayscale: #9B9B9B. Windows color (decimal): -16459277 or 15980804. OLE color: 15980804.

HSL color Cylindrical-coordinate representation of color #04D9F3: hue angle of 186.53º degrees, saturation: 0.97, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #04D9F3 is Cyan = 0.98, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB4217243-
CMYK0.980.1100.05
HSL186.53º96.76%48.43%-
HSV(B)186.53º98.35%95.29%-
XYZ41.0456.1293.46-
YUV156.28176.9319.39-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 0.86%
GREEN value IS 217 (85.16% from 255) = 46.77%
BLUE value IS 243 (95.31% from 255) = 52.37%
R=0.86%
G=46.77%
B=52.37%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal42172430.980.1100.05186.5396.7648.43
Hex4D9F362B05bb6130
Octal4331363142130527314160
Binary1001101100111110011110001010110101101110111100001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #04D9F3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(4,217,243); }

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

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

 a { background-color: rgb(4,217,243); }

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

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

 span { border-color: rgb(4,217,243); }

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