#10c3d5

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

Shades of Dark Turquoise #10C3D5

Tints of Dark Turquoise #10C3D5

Color information

#10C3D5 (or 0x10C3D5) is unknown color: approx Dark Turquoise. HEX triplet: 10, C3 and D5. RGB value is (16,195,213). Sum of RGB (Red+Green+Blue) = 16+195+213=424 (56% of max value = 765). Red value is 16 (6.64% from 255 or 3.77% from 424); Green value is 195 (76.56% from 255 or 45.99% from 424); Blue value is 213 (83.59% from 255 or 50.24% from 424); Max value from RGB is 213 - color contains mainly: blue. Hex color #10C3D5 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #10C3D5 is #EF3C2A. Grayscale: #8F8F8F. Windows color (decimal): -15678507 or 14009104. OLE color: 14009104.

HSL color Cylindrical-coordinate representation of color #10C3D5: hue angle of 185.48º degrees, saturation: 0.86, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #10C3D5 is Cyan = 0.92, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB16195213-
CMYK0.920.0800.16
HSL185.48º86.03%44.9%-
HSV(B)185.48º92.49%83.53%-
XYZ31.7443.9469.76-
YUV143.53167.237.04-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 3.77%
GREEN value IS 195 (76.56% from 255) = 45.99%
BLUE value IS 213 (83.59% from 255) = 50.24%
R=3.77%
G=45.99%
B=50.24%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal161952130.920.0800.16185.4886.0344.9
Hex10C3D55C8010b9562d
Octal203033251341002027112655
Binary10000110000111101010110111001000010000101110011010110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #10c3d5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #10c3d5; }

 p { color: rgb(16,195,213); }

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

<style>
 a { background-color: #10c3d5; }

 a { background-color: rgb(16,195,213); }

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

<style>
 span { border-color: #10c3d5; }

 span { border-color: rgb(16,195,213); }

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