#10C3D4

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

Shades of Dark Turquoise #10C3D4

Tints of Dark Turquoise #10C3D4

Color information

#10C3D4 (or 0x10C3D4) is unknown color: approx Dark Turquoise. HEX triplet: 10, C3 and D4. RGB value is (16,195,212). Sum of RGB (Red+Green+Blue) = 16+195+212=423 (56% of max value = 765). Red value is 16 (6.64% from 255 or 3.78% from 423); Green value is 195 (76.56% from 255 or 46.10% from 423); Blue value is 212 (83.20% from 255 or 50.12% from 423); Max value from RGB is 212 - color contains mainly: blue. Hex color #10C3D4 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #10C3D4 is #EF3C2B. Grayscale: #8F8F8F. Windows color (decimal): -15678508 or 13943568. OLE color: 13943568.

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

Color convert

RGB16195212-
CMYK0.920.0800.17
HSL185.2º85.96%44.71%-
HSV(B)185.2º92.45%83.14%-
XYZ31.6143.8969.09-
YUV143.42166.737.12-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 3.78%
GREEN value IS 195 (76.56% from 255) = 46.10%
BLUE value IS 212 (83.20% from 255) = 50.12%
R=3.78%
G=46.10%
B=50.12%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal161952120.920.0800.17185.285.9644.71
Hex10C3D45C8011b9562d
Octal203033241341002127112655
Binary10000110000111101010010111001000010001101110011010110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #10C3D4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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