#03DFDA

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

Shades of Bright Turquoise #03DFDA

Tints of Bright Turquoise #03DFDA

Color information

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

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

Color convert

RGB3223218-
CMYK0.9900.020.13
HSL178.64º97.35%44.31%-
HSV(B)178.64º98.65%87.45%-
XYZ39.0857.8675.44-
YUV156.65162.6118.41-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal32232180.9900.020.13178.6497.3544.31
Hex3DFDA6302Db3612c
Octal3337332143021526314154
Binary11110111111101101011000110101101101100111100001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #03DFDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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