#03DADF

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

Shades of Bright Turquoise #03DADF

Tints of Bright Turquoise #03DADF

Color information

#03DADF (or 0x03DADF) is unknown color: approx Bright Turquoise. HEX triplet: 03, DA and DF. RGB value is (3,218,223). Sum of RGB (Red+Green+Blue) = 3+218+223=444 (58% of max value = 765). Red value is 3 (1.56% from 255 or 0.68% from 444); Green value is 218 (85.55% from 255 or 49.10% from 444); Blue value is 223 (87.5% from 255 or 50.23% from 444); Max value from RGB is 223 - color contains mainly: blue. Hex color #03DADF is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #03DADF is #FC2520. Grayscale: #9A9A9A. Windows color (decimal): -16524577 or 14670339. OLE color: 14670339.

HSL color Cylindrical-coordinate representation of color #03DADF: hue angle of 181.36º degrees, saturation: 0.97, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #03DADF is Cyan = 0.99, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB3218223-
CMYK0.990.0200.13
HSL181.36º97.35%44.31%-
HSV(B)181.36º98.65%87.45%-
XYZ38.4355.4978.5-
YUV154.28166.7720.09-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 0.68%
GREEN value IS 218 (85.55% from 255) = 49.10%
BLUE value IS 223 (87.5% from 255) = 50.23%
R=0.68%
G=49.10%
B=50.23%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal32182230.990.0200.13181.3697.3544.31
Hex3DADF6320Db5612c
Octal3332337143201526514154
Binary11110110101101111111000111001101101101011100001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #03DADF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #03DADF; }

 p { color: rgb(3,218,223); }

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

<style>
 a { background-color: #03DADF; }

 a { background-color: rgb(3,218,223); }

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

<style>
 span { border-color: #03DADF; }

 span { border-color: rgb(3,218,223); }

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