Html Css Color HEX #10C2DC Dark Turquoise

📋 copy color: '#10C2DC'

red 16 ◦ green 194 ◦ blue 220

#10C2DC
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dark Turquoise #10C2DC

Tints of Dark Turquoise #10C2DC

RGB

 RED value IS 16 (6.64% from 255) = 3.72%

 GREEN value IS 194 (76.17% from 255) = 45.12%

 BLUE value IS 220 (86.33% from 255) = 51.16%

R = 3.72%
G = 45.12%
B = 51.16%

CMYK

 C value IS 0.93

 M value IS 0.12

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#10C2DC (or 0x10C2DC) is known color: Dark Turquoise. HEX triplet: 10, C2 and DC. RGB value is (16,194,220). Sum of RGB (Red+Green+Blue) = 16+194+220=430 (56% of max value = 765). Red value is 16 (6.64% from 255 or 3.72% from 430); Green value is 194 (76.17% from 255 or 45.12% from 430); Blue value is 220 (86.33% from 255 or 51.16% from 430); Max value from RGB is 220 - color contains mainly: blue. Hex color #10C2DC is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #10C2DC is #EF3D23. Grayscale: #8F8F8F. Windows color (decimal): -15678756 or 14467600. OLE color: 14467600.

HSL color Cylindrical-coordinate representation of color #10C2DC: hue angle of 187.65º degrees, saturation: 0.86, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #10C2DC is Cyan = 0.93, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 16 194 220 -
CMYK 0.93 0.12 0 0.14
HSL 187.65º 0.86% 0.46% -
HSV(B) 187.65º 0.93% 0.86% -
XYZ 32.42 43.86 74.47 -
YUV 143.74 171.03 36.89 -
System Red Green Blue C M Y K H S L
Decimal 16 194 220 0.93 0.12 0 0.14 187.65 0.86 0.46
Hex 10 C2 DC 5D C 0 E BC 56 2E
Octal 20 302 334 135 14 0 16 274 126 56
Binary 10000 11000010 11011100 1011101 1100 0 1110 10111100 1010110 101110

Color Harmonies of #10C2DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10C2DC

Black with #10C2DC

Text Example


Text Example

White with #10C2DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #10C2DC;
 }
 .AnyTagClassName
 {
   color: #10C2DC;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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