#00C3DD

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

Shades of Dark Turquoise #00C3DD

Tints of Dark Turquoise #00C3DD

Color information

#00C3DD (or 0x00C3DD) is unknown color: approx Dark Turquoise. HEX triplet: 00, C3 and DD. RGB value is (0,195,221). Sum of RGB (Red+Green+Blue) = 0+195+221=416 (55% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 416); Green value is 195 (76.56% from 255 or 46.88% from 416); Blue value is 221 (86.72% from 255 or 53.12% from 416); Max value from RGB is 221 - color contains mainly: blue. Hex color #00C3DD is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #00C3DD is #FF3C22. Grayscale: #8B8B8B. Windows color (decimal): -16727075 or 14533376. OLE color: 14533376.

HSL color Cylindrical-coordinate representation of color #00C3DD: hue angle of 187.06º degrees, saturation: 1, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00C3DD is Cyan = 1, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB0195221-
CMYK10.1200.13
HSL187.06º100%43.33%-
HSV(B)187.06º100%86.67%-
XYZ32.5744.2575.23-
YUV139.66173.928.39-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 195 (76.56% from 255) = 46.88%
BLUE value IS 221 (86.72% from 255) = 53.12%
R=0%
G=46.88%
B=53.12%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal019522110.1200.13187.0610043.33
Hex0C3DD64C0Dbb642b
Octal03033351441401527314453
Binary011000011110111011100100110001101101110111100100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #00C3DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #00C3DD; }

 p { color: rgb(0,195,221); }

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

<style>
 a { background-color: #00C3DD; }

 a { background-color: rgb(0,195,221); }

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

<style>
 span { border-color: #00C3DD; }

 span { border-color: rgb(0,195,221); }

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