#03cbda

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

Shades of Dark Turquoise #03CBDA

Tints of Dark Turquoise #03CBDA

Color information

#03CBDA (or 0x03CBDA) is unknown color: approx Dark Turquoise. HEX triplet: 03, CB and DA. RGB value is (3,203,218). Sum of RGB (Red+Green+Blue) = 3+203+218=424 (56% of max value = 765). Red value is 3 (1.56% from 255 or 0.71% from 424); Green value is 203 (79.69% from 255 or 47.88% from 424); Blue value is 218 (85.55% from 255 or 51.42% from 424); Max value from RGB is 218 - color contains mainly: blue. Hex color #03CBDA is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #03CBDA is #FC3425. Grayscale: #909090. Windows color (decimal): -16528422 or 14338819. OLE color: 14338819.

HSL color Cylindrical-coordinate representation of color #03CBDA: hue angle of 184.19º degrees, saturation: 0.97, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #03CBDA is Cyan = 0.99, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB3203218-
CMYK0.990.0700.15
HSL184.19º97.29%43.33%-
HSV(B)184.19º98.62%85.49%-
XYZ34.0547.7973.76-
YUV144.91169.2426.78-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 0.71%
GREEN value IS 203 (79.69% from 255) = 47.88%
BLUE value IS 218 (85.55% from 255) = 51.42%
R=0.71%
G=47.88%
B=51.42%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal32032180.990.0700.15184.1997.2943.33
Hex3CBDA6370Fb8612b
Octal3313332143701727014153
Binary111100101111011010110001111101111101110001100001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #03cbda

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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