#10DCDF

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

Shades of Bright Turquoise #10DCDF

Tints of Bright Turquoise #10DCDF

Color information

#10DCDF (or 0x10DCDF) is unknown color: approx Bright Turquoise. HEX triplet: 10, DC and DF. RGB value is (16,220,223). Sum of RGB (Red+Green+Blue) = 16+220+223=459 (60% of max value = 765). Red value is 16 (6.64% from 255 or 3.49% from 459); Green value is 220 (86.33% from 255 or 47.93% from 459); Blue value is 223 (87.5% from 255 or 48.58% from 459); Max value from RGB is 223 - color contains mainly: blue. Hex color #10DCDF is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #10DCDF is #EF2320. Grayscale: #9F9F9F. Windows color (decimal): -15672097 or 14670864. OLE color: 14670864.

HSL color Cylindrical-coordinate representation of color #10DCDF: hue angle of 180.87º degrees, saturation: 0.87, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #10DCDF is Cyan = 0.93, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB16220223-
CMYK0.930.0100.13
HSL180.87º86.61%46.86%-
HSV(B)180.87º92.83%87.45%-
XYZ39.1356.6278.68-
YUV159.35163.9125.76-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 3.49%
GREEN value IS 220 (86.33% from 255) = 47.93%
BLUE value IS 223 (87.5% from 255) = 48.58%
R=3.49%
G=47.93%
B=48.58%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal162202230.930.0100.13180.8786.6146.86
Hex10DCDF5D10Db5572f
Octal20334337135101526512757
Binary1000011011100110111111011101101101101101011010111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #10DCDF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(16,220,223); }

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

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

 a { background-color: rgb(16,220,223); }

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

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

 span { border-color: rgb(16,220,223); }

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