Html Css Color HEX #10DACE Dark Turquoise

📋 copy color: '#10DACE'

red 16 ◦ green 218 ◦ blue 206

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

Shades of Dark Turquoise #10DACE

Tints of Dark Turquoise #10DACE

RGB

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

 GREEN value IS 218 (85.55% from 255) = 49.55%

 BLUE value IS 206 (80.86% from 255) = 46.82%

R = 3.64%
G = 49.55%
B = 46.82%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.06

 K value IS 0.15

RGB Variations

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

Color information

#10DACE (or 0x10DACE) is known color: Dark Turquoise. HEX triplet: 10, DA and CE. RGB value is (16,218,206). Sum of RGB (Red+Green+Blue) = 16+218+206=440 (58% of max value = 765). Red value is 16 (6.64% from 255 or 3.64% from 440); Green value is 218 (85.55% from 255 or 49.55% from 440); Blue value is 206 (80.86% from 255 or 46.82% from 440); Max value from RGB is 218 - color contains mainly: green. Hex color #10DACE is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #10DACE is #EF2531. Grayscale: #9C9C9C. Windows color (decimal): -15672626 or 13556240. OLE color: 13556240.

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

Color convert

RGB 16 218 206 -
CMYK 0.93 0 0.06 0.15
HSL 176.44º 0.86% 0.46% -
HSV(B) 176.44º 0.93% 0.85% -
XYZ 36.43 54.71 67.03 -
YUV 156.23 156.08 27.98 -
System Red Green Blue C M Y K H S L
Decimal 16 218 206 0.93 0 0.06 0.15 176.44 0.86 0.46
Hex 10 DA CE 5D 0 6 F B0 56 2E
Octal 20 332 316 135 0 6 17 260 126 56
Binary 10000 11011010 11001110 1011101 0 110 1111 10110000 1010110 101110

Color Harmonies of #10DACE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10DACE

Black with #10DACE

Text Example


Text Example

White with #10DACE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(16,218,206); }

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

background-color css

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

 a { background-color: rgb(16,218,206); }

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

border-color css

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

 span { border-color: rgb(16,218,206); }

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