#03DDDC

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

Shades of Bright Turquoise #03DDDC

Tints of Bright Turquoise #03DDDC

Color information

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

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

Color convert

RGB3221220-
CMYK0.9900.000.13
HSL179.72º97.32%43.92%-
HSV(B)179.72º98.64%86.67%-
XYZ38.8156.976.65-
YUV155.7164.2819.08-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0
Y (Yellow) values IS 0.00
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal32212200.9900.000.13179.7297.3243.92
Hex3DDDC6300Db4612c
Octal3335334143001526414154
Binary1111011101110111001100011001101101101001100001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #03DDDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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