#03DCDD

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

Shades of Bright Turquoise #03DCDD

Tints of Bright Turquoise #03DCDD

Color information

#03DCDD (or 0x03DCDD) is unknown color: approx Bright Turquoise. HEX triplet: 03, DC and DD. RGB value is (3,220,221). Sum of RGB (Red+Green+Blue) = 3+220+221=444 (58% of max value = 765). Red value is 3 (1.56% from 255 or 0.68% from 444); Green value is 220 (86.33% from 255 or 49.55% from 444); Blue value is 221 (86.72% from 255 or 49.77% from 444); Max value from RGB is 221 - color contains mainly: blue. Hex color #03DCDD is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #03DCDD is #FC2322. Grayscale: #9B9B9B. Windows color (decimal): -16524067 or 14539779. OLE color: 14539779.

HSL color Cylindrical-coordinate representation of color #03DCDD: hue angle of 180.28º 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 #03DCDD is Cyan = 0.99, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB3220221-
CMYK0.990.0000.13
HSL180.28º97.32%43.92%-
HSV(B)180.28º98.64%86.67%-
XYZ38.6856.4377.26-
YUV155.23165.1119.42-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 0.68%
GREEN value IS 220 (86.33% from 255) = 49.55%
BLUE value IS 221 (86.72% from 255) = 49.77%
R=0.68%
G=49.55%
B=49.77%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.00
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal32202210.990.0000.13180.2897.3243.92
Hex3DCDD6300Db4612c
Octal3334335143001526414154
Binary1111011100110111011100011001101101101001100001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #03DCDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(3,220,221); }

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

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

 a { background-color: rgb(3,220,221); }

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

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

 span { border-color: rgb(3,220,221); }

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