#03dfca

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

Shades of Dark Turquoise #03DFCA

Tints of Dark Turquoise #03DFCA

Color information

#03DFCA (or 0x03DFCA) is unknown color: approx Dark Turquoise. HEX triplet: 03, DF and CA. RGB value is (3,223,202). Sum of RGB (Red+Green+Blue) = 3+223+202=428 (56% of max value = 765). Red value is 3 (1.56% from 255 or 0.70% from 428); Green value is 223 (87.5% from 255 or 52.10% from 428); Blue value is 202 (79.30% from 255 or 47.20% from 428); Max value from RGB is 223 - color contains mainly: green. Hex color #03DFCA is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #03DFCA is #FC2035. Grayscale: #9A9A9A. Windows color (decimal): -16523318 or 13295363. OLE color: 13295363.

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

Color convert

RGB3223202-
CMYK0.9900.090.13
HSL174.27º97.35%44.31%-
HSV(B)174.27º98.65%87.45%-
XYZ37.0957.0664.94-
YUV154.83154.6119.71-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 0.70%
GREEN value IS 223 (87.5% from 255) = 52.10%
BLUE value IS 202 (79.30% from 255) = 47.20%
R=0.70%
G=52.10%
B=47.20%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal32232020.9900.090.13174.2797.3544.31
Hex3DFCA6309Dae612c
Octal33373121430111525614154
Binary1111011111110010101100011010011101101011101100001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #03dfca

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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