Html Css Color HEX #10CEDC Dark Turquoise

📋 copy color: '#10CEDC'

red 16 ◦ green 206 ◦ blue 220

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

Shades of Dark Turquoise #10CEDC

Tints of Dark Turquoise #10CEDC

RGB

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

 GREEN value IS 206 (80.86% from 255) = 46.61%

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

R = 3.62%
G = 46.61%
B = 49.77%

CMYK

 C value IS 0.93

 M value IS 0.06

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#10CEDC (or 0x10CEDC) is known color: Dark Turquoise. HEX triplet: 10, CE and DC. RGB value is (16,206,220). Sum of RGB (Red+Green+Blue) = 16+206+220=442 (58% of max value = 765). Red value is 16 (6.64% from 255 or 3.62% from 442); Green value is 206 (80.86% from 255 or 46.61% from 442); Blue value is 220 (86.33% from 255 or 49.77% from 442); Max value from RGB is 220 - color contains mainly: blue. Hex color #10CEDC is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #10CEDC is #EF3123. Grayscale: #969696. Windows color (decimal): -15675684 or 14470672. OLE color: 14470672.

HSL color Cylindrical-coordinate representation of color #10CEDC: hue angle of 184.12º 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 #10CEDC is Cyan = 0.93, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 16 206 220 -
CMYK 0.93 0.06 0 0.14
HSL 184.12º 0.86% 0.46% -
HSV(B) 184.12º 0.93% 0.86% -
XYZ 35.2 49.42 75.39 -
YUV 150.79 167.05 31.86 -
System Red Green Blue C M Y K H S L
Decimal 16 206 220 0.93 0.06 0 0.14 184.12 0.86 0.46
Hex 10 CE DC 5D 6 0 E B8 56 2E
Octal 20 316 334 135 6 0 16 270 126 56
Binary 10000 11001110 11011100 1011101 110 0 1110 10111000 1010110 101110

Color Harmonies of #10CEDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10CEDC

Black with #10CEDC

Text Example


Text Example

White with #10CEDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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