Html Css Color HEX #10CDDC Dark Turquoise

📋 copy color: '#10CDDC'

red 16 ◦ green 205 ◦ blue 220

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

Shades of Dark Turquoise #10CDDC

Tints of Dark Turquoise #10CDDC

RGB

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

 GREEN value IS 205 (80.47% from 255) = 46.49%

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

R = 3.63%
G = 46.49%
B = 49.89%

CMYK

 C value IS 0.93

 M value IS 0.07

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#10CDDC (or 0x10CDDC) is known color: Dark Turquoise. HEX triplet: 10, CD and DC. RGB value is (16,205,220). Sum of RGB (Red+Green+Blue) = 16+205+220=441 (58% of max value = 765). Red value is 16 (6.64% from 255 or 3.63% from 441); Green value is 205 (80.47% from 255 or 46.49% from 441); Blue value is 220 (86.33% from 255 or 49.89% from 441); Max value from RGB is 220 - color contains mainly: blue. Hex color #10CDDC is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #10CDDC is #EF3223. Grayscale: #959595. Windows color (decimal): -15675940 or 14470416. OLE color: 14470416.

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

Color convert

RGB 16 205 220 -
CMYK 0.93 0.07 0 0.14
HSL 184.41º 0.86% 0.46% -
HSV(B) 184.41º 0.93% 0.86% -
XYZ 34.96 48.94 75.31 -
YUV 150.2 167.38 32.28 -
System Red Green Blue C M Y K H S L
Decimal 16 205 220 0.93 0.07 0 0.14 184.41 0.86 0.46
Hex 10 CD DC 5D 7 0 E B8 56 2E
Octal 20 315 334 135 7 0 16 270 126 56
Binary 10000 11001101 11011100 1011101 111 0 1110 10111000 1010110 101110

Color Harmonies of #10CDDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10CDDC

Black with #10CDDC

Text Example


Text Example

White with #10CDDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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